Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dscalzi/tictactoe-jfx
Basic JavaFX implementation of Tic Tac Toe.
https://github.com/dscalzi/tictactoe-jfx
javafx tic-tac-toe tictactoe
Last synced: 7 days ago
JSON representation
Basic JavaFX implementation of Tic Tac Toe.
- Host: GitHub
- URL: https://github.com/dscalzi/tictactoe-jfx
- Owner: dscalzi
- License: mit
- Created: 2018-03-11T02:08:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T02:25:41.000Z (almost 7 years ago)
- Last Synced: 2024-12-11T01:11:27.509Z (2 months ago)
- Topics: javafx, tic-tac-toe, tictactoe
- Language: Java
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe-JFX
This is a basic implementation of Tic Tac Toe using JavaFX8. Mainly intended to demonstrate the functionality of JavaFX.