This is a distributed version of the classic Snake game, built from the ground up using Java and TCP for communication.
- Java
- TCP
- Swing
The gameplay follows the traditional Snake game rules. The twist is that it's distributed, allowing up to 4 players to play together over a network.
- Clone the repository:
git clone https://github.com/I-asked-for-this/SnakeGameFriends.git
- Navigate to the project directory:
cd SnakeGameFriends
- Compile the Java files:
javac *.java
- Run the server:
java Server
- Run the client(s):
java Client