Skip to content

Mohamed-Taha-Sta/SnakeGameFriends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Snake Game

Overview

This is a distributed version of the classic Snake game, built from the ground up using Java and TCP for communication.

Technologies Used

  • Java
  • TCP
  • Swing

Gameplay

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.

Installation

  1. Clone the repository: git clone https://github.com/I-asked-for-this/SnakeGameFriends.git
  2. Navigate to the project directory: cd SnakeGameFriends
  3. Compile the Java files: javac *.java
  4. Run the server: java Server
  5. Run the client(s): java Client

About

Multiplayer snake game using Java/TCP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages