💻 Click here to see my live project!
- You can play two player tic tac toe by clicking on the grid. The counter will keep score and you can reset the game with the play again button.
- Download instructions (if relevant):
$ git clone my-awesome-app
$ cd my-awesome-app
$ node app.js
- Inspiration taken from existing websites
- Design of initial wireframe created in Figma
- Flow charts of logic
- HTML
- CSS
- Javascript
- Game continues to play after winner is determined
- Align score for "tie" with the other players
- If you play the game too many times the green background won't reset and the same character appears more than once
- Start off with doing the images rather than replacing X and O with images
- Maybe add images rather than show/hide images
- Would like to try animations or work in more game logic