Skip to content

This project is about Tic-Tac-Toe game. There will be featured modern neon design with 2 different player colors, score system, ability to play with mouse or buttons, Main menu page with routing

Notifications You must be signed in to change notification settings

DuudeXXI/tic_tac_toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Javascript Sass

Tic-Tac-Toe game on React

Modern style version


🌟 About

This project is about Tic-Tac-Toe game. There will be featured modern neon design with 2 different player colors, score system, ability to play with mouse or buttons, Main menu page with routing

🎯 Project features/goals

  • Creating react app
  • Importing packages (Sass, React Router)
  • Basic design (for developing process)
  • Functioning game
  • Ability to play with mouse
  • Ability to play with SPACEBAR and WASD or ARROW KEYS
  • Esc button resets game
  • Game rules bug
  • Advanced design style
  • Responsive design
  • Buttons:
    • Restart Button
    • Main menu button
  • "Notfound" page
  • Main menu page
  • Options page
  • Custom score input
  • different colors for each player
  • custom cursor styles
  • localStorage to store
    • Scores
    • Selected color
  • Input validations
    • options score input
      • allow only numbers (0-9)
      • first number can not be 0
      • input can be empty
    • settings from local storage set to default if foulty

💻 Prerequisites

react - download and install; react-router-dom - download and install; sass - download and install; Git - download and install;

🏃 Run locally

Would like to run this project locally? Open terminal and follow these steps:

  1. Clone the repo
    git clone https://github.com/DuudeXXI/tic_tac_toe
  2. Install NPM packages
    npm i
    or
    npm install
  3. Run the server
    npm start

🧪 Running tests

There is no tests for this project

🎅 Authors

Vaidas: Github

About

This project is about Tic-Tac-Toe game. There will be featured modern neon design with 2 different player colors, score system, ability to play with mouse or buttons, Main menu page with routing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published