Skip to content

A multiplayer Pong game that uses Django Channels as a game server and Pygame 2 as a client.

License

Notifications You must be signed in to change notification settings

WorkShoft/dj-pygame-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django & Pygame Pong

A multiplayer Pong game that uses Django Channels as a game server and Pygame 2 as a client.

Demo video

Project setup

sudo apt install redis-server
pip install -r requirements.txt
make migrate

Running the game

Running the Channels server

make runserver

Running the Pygame client

make runclient

About

A multiplayer Pong game that uses Django Channels as a game server and Pygame 2 as a client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published