Skip to content

ashtonchase/rookCore

Repository files navigation

rookCore

Trick-taking card game implemented in Java.

TODO

  • Implement server-client programs with network communication for hosting game on multiple machines.
  • Implement Android UI.

Quick-Start

You will need Java installed on your system to run the program.

sudo apt-get install openjdk-11-jdk

Within the /GameTester/ folder, you will need to compile and run Main.java

javac -cp ./ -cp ./GameTester/ ./*.java ./GameTester/*.java -d ./

java rookCore.GameTester.Main

This code is released under the MIT License.

About

Java implementation of Rook card game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages