Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
matiduda committed Jun 2, 2022
2 parents f1ac6c6 + 3aa1fc6 commit 4287559
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
<div align="center" >
</div>

### CREDITS
* Font credits - [Blonde Fonts](http://rubberducky.nu/blonde)
* Image credits - [lobsarts](https://pixabay.com/pl/users/lobsarts-19515294/)


# Game description

Ultimate tic tac toe, is an extension of the taxing game of tic tac toe.
Expand All @@ -35,12 +40,9 @@ This section should list any major frameworks/libraries used to bootstrap your p
* [Open JavaFX SDK](https://openjfx.io/)
* [yUML](https://yuml.me/)

* Font credits - [Blonde Fonts](http://rubberducky.nu/blonde)
* Image credits - [lobsarts](https://pixabay.com/pl/users/lobsarts-19515294/)

<p align="right">(<a href="#top">back to top</a>)</p>


<!-- GETTING STARTED -->
# Installation

Expand Down Expand Up @@ -92,17 +94,21 @@ Build the project
## Backlog

- [x] create a smaller tic-tac-toe game board
- [x] add UML diagram
- [x] create main game board consisting of 9 smaller fields
- [x] handling the OnClick event when the player presses the mouse button on a given field
- [x] check if the player has won the game in a given field
- [x] check if the player has won the game on the main board
- [ ] adding appropriate notifications during the game and in case of a player victory
- [x] notifications in console are done
- [ ] testing the game
- [x] add new design
- [x] reset button
- [x] exit button
- [x] adding appropriate notifications during the game and in case of a player victory
- [x] notifications in console are done
- [x] testing the game
- [ ] network implementation of the game (optional)

# Class diagram
![UML diagram](images/uml_diagram.png)


<p align="right">(<a href="#top">back to top</a>)</p>
<p align="right">(<a href="#top">back to top</a>)</p>

0 comments on commit 4287559

Please sign in to comment.