Skip to content

Markus328/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Game

A very simple Tic-Tac-Toe game without score or anything like it. Just play!

Build instructions

There are two ways of building: the nix way (Linux only) and the common way.

Nix way

🛈 This only works for Linux since I don't have any device with MacOS (darwin) for testing. It'd probably work.

  1. Clone this repository and cd into project root

  2. Run nix build

  3. Launch the game executing result/bin/tictactoe

NOTE: nix run quickly clones, builds and runs this application:

nix run github:Markus328/TicTacToe

nix develop will drop you in a dev shell where you have helpers and tools, such as java and maven, for building and coding.

Common way

To build this, you need jdk 8+ (not tested on older versions).

  1. Clone this repository and cd into project root

  2. For this simple java project, you can build this using maven:

mvn package
  1. Launch the game running:
java -jar target/tictactoe-1.0.jar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors