Modern style version
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
- 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
- options score input
react - download and install; react-router-dom - download and install; sass - download and install; Git - download and install;
Would like to run this project locally? Open terminal and follow these steps:
- Clone the repo
git clone https://github.com/DuudeXXI/tic_tac_toe
- Install NPM packages
or
npm i
npm install
- Run the server
npm start
There is no tests for this project
Vaidas: Github