Skip to content

Multiplayer snake game using client-server architecture

Notifications You must be signed in to change notification settings

abhishekgupta-1/mSnake

 
 

Repository files navigation

mSnake

Mini-Project for Computer Networks course BITS Pilani.

How To Run

Clone this repository, cd to this repository and type make. Run the server executable by ./server, enter server's IP address. In another terminal run client executable by ./client, it will ask for server's IP address, client's IP address as well as player's name. Once the server is started, it will wait for 20 seconds for all the clients to connect.

Few Screenshots

alt text alt text alt text

Project is done in a team effort by

  • Abhishek Gupta (2014A7PS0026P)
  • Neeraj Varshney (2014A7PS0103P)
  • Karan Deep Batra (2014A7PS0160P)

under the guidance of Professor Rahul Banerjee.

About

Multiplayer snake game using client-server architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.7%
  • Makefile 0.3%