Skip to content

gemcfadyen/Apprenticeship-JavaTicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apprenticeship-JavaTicTacToe

Using TDD write Human vs Human game of Tic Tac Toe in java

  • Concentrate on TDD.
  • Small commits with descriptive messages.
  • No retrofitting of any tests.
  • Spike (learning). Always throw away the code.
  • Human vs Human only
  • 3x3 only
  • Console

Running the application

  1. Clone the repo git@github.com:gemcfadyen/Apprenticeship-JavaTicTacToe.git

  2. From the root directory, build using gradle ./gradlew build

  3. To execute the command line game do the following: gradlew run

  4. To execute the gui game navigate /Apprenticeship-JavaTicTacToe/build/libs do the following

java -cp Apprenticeship-JavaTicTacToe-1.0.jar ttt.guiapp.javafx.JavaFxGui

About

Using TDD write Human vs Human game of Tic Tac Toe in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published