Project for the Software Development Exam @ UniTS.
This repository consists a Java implementation of
the board game Order and Chaos.
Order and Chaos is a variant of the game tic-tac-toe on a 6×6 gameboard.
The player Order strives to create a five-in-a-row of either Xs or Os, either vertically, horizontally, or diagonally.
Chaos, on the other hand, endeavors to prevent this.
Order plays first, then turns alternate.
Six-in-a-row does not qualify as a win.
- Java
- Gradle
- TravisCI
- JavaFX
You can play using the command line as well as with a graphic user interface (recommended version).
Command line version can be played using the following command:
./gradlew runConsole --console plain
GUI version can be played using this other command:
./gradlew run --console plain
Command line version can be played using the following command:
gradlew.bat runConsole --console plain
GUI version can be played using this other command:
gradlew.bat run --console plain