Skip to content

phuang1024/exploding_kittens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exploding Kittens

APCS final project, Exploding Kittens.

Made by Krish Agarwal, Sohan Alleshwaram, and Patrick Huang.

Based off of the card game Exploding Kittens.

Setup

  • By default, the client connects to the dedicated server. Change the values in client/Conn.java to edit the server IP.
  • Server: Run Server.bat or make server to host on 0.0.0.0.
  • Client: Run Client.bat or make client to run a client. Four clients are needed per game, so you may need to run four processes to test locally.

Documents