Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Multiplayer Snake Game

Classic snake game in retro style with multiplayer

MULTIPLAYER IN DEVELOPMENT!

Requirements

  • python==3.12.4
  • pygame==2.5.2

Launch

Run main.py in the folder client

Architecture

The project was executed in the MVC pattern. The game_engine components help break down game development into the following components: Scene, Viewer, Controller. Scene stores information about objects. The Viewer draws objects on the screen. The controller reads the player's keyboard and mouse and interacts with objects. Viewer and Controller depend on the Scene

Screenshots

menu singleplayer

About

Multiplayer snake game on pygame

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages