Skip to content

andrewMacmurray/tic-tac-toe-java

Repository files navigation

Tic Tac Toe Java

Command line and JavaFx versions of Tic Tac Toe in Java

Build Status

Command Line:

screen shot 2018-05-24 at 10 25 51

screen shot 2018-05-24 at 10 24 04

JavaFX

screen shot 2018-05-24 at 10 24 30

screen shot 2018-05-24 at 10 25 00

To play the games:

Build both projects using:

> ./gradlew assemble

You can then run the Command Line version using:

> java -jar build/libs/CliTicTacToe-1.0-SNAPSHOT.jar

Or the JavaFx version using:

> java -jar build/libs/FxTicTacToe-1.0-SNAPSHOT.jar

About

java tic-tac-toe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published