Skip to content

LSoderquist/multiplayer_snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multiplayer_snake

This repository contains client-side and server-side code for an online multiplayer variant of the classic game 'Snake'!

Dependencies:

  • Python3.X
  • pygame

To install pygame : pip install pygame

To run server:

Files needed in working directory: server.py, helpers.py To start server: python3 server.py

To run client:

Files needed in working directory: game.py, network,py, helpers.py To start client: python3 game.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages