Skip to content
This repository was archived by the owner on Mar 19, 2020. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 398 Bytes

File metadata and controls

16 lines (10 loc) · 398 Bytes

Fitch

Fitch is a game I am developing as a side-project. Currently I am busy porting Fitch to Java since the C# version doesn't work on Linux.

Building

Linux / MacOS

  • Run the gradle task 'build'. E.g. $ ./gradlew build
  • To run the program, do the gradle task 'run'.

Windows

  • Run the gradle task 'build'. E.g. gradlew.bat build
  • To run the program, do the gradle task 'run'.