A very simple Tic-Tac-Toe game without score or anything like it. Just play!
There are two ways of building: the nix way (Linux only) and the common way.
🛈 This only works for Linux since I don't have any device with MacOS (darwin) for testing. It'd probably work.
-
Clone this repository and
cdinto project root -
Run
nix build -
Launch the game executing
result/bin/tictactoe
NOTE:
nix runquickly clones, builds and runs this application:
nix run github:Markus328/TicTacToenix develop will drop you in a dev shell where you have helpers and tools, such as java and maven, for building and coding.
To build this, you need jdk 8+ (not tested on older versions).
-
Clone this repository and
cdinto project root -
For this simple java project, you can build this using maven:
mvn package- Launch the game running:
java -jar target/tictactoe-1.0.jar