A tic-tac-toe game using JavaFX
This program was created as a small project to help me familiarise myself with creating a game using a GUI
- Please ensure that you have an SDK (11 or higher) installed on your computer.
- Please ensure you have a text editor that is compatible with Java 8 (or higher)
- Open https://github.com/nlutala/tic-tac-toe in a new tab.
- Press the green code button and press "Download ZIP".
- Once you have downloaded the program, you can open it with a suitable text editor of your choice.
- Run the main() function in the Home class and enjoy!
Nathan Lutala, nlutala
- 0.1 - First release
Inspiration for writing this readme
- https://gist.github.com/DomPizzie/7a5ff55ffa9081f2de27c315f5018afc
- As well as the readme I wrote for my password-generator project - https://github.com/nlutala/password-generator/blob/master/README.md