Skip to content

jovoni/Order-and-Chaos

Repository files navigation

Order-and-Chaos

Project for the Software Development Exam @ UniTS.
This repository consists a Java implementation of the board game Order and Chaos.

Rules

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.

Tools

  • Java
  • Gradle
  • TravisCI
  • JavaFX

How to run it

You can play using the command line as well as with a graphic user interface (recommended version).

Unix-like systems

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

Windows systems

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

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published