Online Tic Tac Toe game.
Description • Project setup • Features • How To Use • Project Status • Room for Improvement • License • Contact
Single page application in Next.js.
Game with a choice of the number of players and the size of the playing field.
- Clone this repo to your desktop and run
yarn
ornpm install
to install all the dependencies. - Once the dependencies are installed, you can run
yarn dev
ornpm dev
to start the application. - Enjoy.
- SPA in Next.js, TypeScript and TailwindCSS.
- React hooks and HOK.
- Game state in useReducer hook.
- Choice of the number of players.
- Choice of the size of the playing field.
Project is: in progress
To do:
- Implement new-game modal.
- Change logic of UiModal.
- Implement choice of the number of players and the size of the playing field.
- Implement online logic..
- Add 3D graphics?.
- Add i18next.
Improvement:
- Implement online logic.
- Implement rating logic.
This project is open source and available under the MIT.
Created by @RimidalU - feel free to contact me!