An open API service indexing awesome lists of open source software.

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.

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"