-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5e9d19d
commit 5ed6ebf
Showing
5 changed files
with
83 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,41 @@ | ||
# TIC TAC TOE | ||
The briefest description of my cool project and why you should all use it. | ||
A simple game of tic tac toe. | ||
|
||
## :computer: [Click here](#) to see my live project! | ||
|
||
## :page_facing_up: About | ||
- How to use my awesome 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): | ||
```zsh | ||
$ git clone my-awesome-app | ||
$ cd my-awesome-app | ||
$ node app.js | ||
``` | ||
- Add in-app screenshots. | ||
|
||
|
||
## :pencil2: Planning & Problem Solving | ||
- Inspiration taken from existing websites | ||
- Design of initial wireframe created in Figma | ||
![Wireframing](images/TicTacToe_wireframe.png) | ||
- Flow charts of logic | ||
![Logic](images/tictactoe-logic.png) | ||
|
||
|
||
## :rocket: Cool tech | ||
- HTML | ||
- CSS | ||
- Javascript | ||
- Libraries | ||
- Animations | ||
- Anything else you'd be proud to show your parents | ||
|
||
## :scream: Bugs to fix :poop: | ||
- Game continues to play after winner is determined | ||
- Align score for "tie" with the other players | ||
- Game unable to reset | ||
- Background image tiles | ||
|
||
|
||
## :sob: Lessons learnt | ||
What I would do differently if I could wind back the clock... | ||
- Start off with doing the images rather than replacing X and O with images | ||
- Maybe add images rather than show/hide images | ||
|
||
## :white_check_mark: Future features | ||
Cool things I would add if I can keep working on this | ||
- Would like to try animations or work in more game logic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters