https://github.com/jordanknott/tic-tac-toe
A excercise in TDD and general design.
https://github.com/jordanknott/tic-tac-toe
Last synced: 12 months ago
JSON representation
A excercise in TDD and general design.
- Host: GitHub
- URL: https://github.com/jordanknott/tic-tac-toe
- Owner: JordanKnott
- Created: 2016-08-05T07:46:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-05T07:49:07.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T02:31:03.946Z (about 1 year ago)
- Language: Java
- Size: 1.41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe #
This program originally started out as a way to further learn TDD (Test Driven Development),
however it quickly grew to have its own GUI and Theme system.
## Design ##
The original specs of this program involved a EventHandler and InputHandler, however in creating the GUI I found
no need for them.
The original Class Diagram:
![Class Diagram][cdiagram]
## Assets and Copyright ##
All artwork belongs to whomever made them. I found them on Google. The only thing that belongs to me is the code.
[cdiagram]: specs/TTTSpecs.png "Class Diagram"