Exploding Kittens
By Krish Agarwal, Sohan Alleshwaram, and Patrick Huang
AP Computer Science at Lynbrook, Final Project
About
- Implementation of Exploding Kittens in Java
- Uses a server-client model. Server is terminal only, and clients connect to it to play a game.
- Almost all Exploding Kittens game rules.
- Easy to use GUI.
Setup
-
Download the latest
client
and extract to a directory.
-
Run the file
client.jar
, either by double clicking it (Windows) or executing
java -jar client.jar
in a terminal (Linux).