In this project, we will be building a Tic Tac Toe game on Javascript.
- When you open the app, you and your friend should input your names and click "Start";
- Player 1 starts the match with the "X" color;
- Player 2 starts the match with the "O" color;
- A score and a message announcing the winner/draw are displayed at the top of the board;
- You can reset the game by pressing the "reset" button at the bottom of the board.
- JavaScript
- Jest
- HTML5
- CSS3
To run this app on your local computer you need the browser
- Clone the repository on your local machine
- Cd into the folder
- Run
npm start
- Open your browser and type
localhost:8080
- To run tests, type
npm run test
- Install VSCode or any code editor you like
- Install npm by running
npm install
👤 Murilo Roque
- Github: @muriloroque
- Twitter: @MuriloRoquePai1
- Linkedin: MuriloRoque
👤 Theophile Kango
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page
Give a ⭐️ if you like this project!