Tic Tac To is a two player game. One player plays as X and the other as O. To win the game, a player needs to get three of their symbols in a row (horizontally), in a column (vertically), or diagonally.
When you start the application, you will see options to choose the symbol for player one.
After selecting the symbol you can submit to the game.
When a player wins, a message appears above the game, and a button to start a new game appears below.
- First you copy the github download link
git clone https://github.com/DigitaleWeltLibrary/tic-tac-to.git
- Then you have cloned the repository in your directory
- After that you have to install the node packages
npm install
- you are ready to start the game
npm run dev
- react
- react router-dom
- FontAwesomeIcon
The initial release of the Tic-Tac-Toe game, featuring complete game functionality. Players can play against each other, and the game handles turns, win conditions, and draws.
Introduced the ability for users to switch between German and English language within the game interface. The selected language preference is now stored in the browser's local storage, ensuring that the chosen language persists across sessions.
The ability to change the game language during play has been added. The game start screen design has been simplified. During play, text is now displayed indicating the player whose turn it is.