/dj-pygame-pong

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

Primary LanguagePythonApache License 2.0Apache-2.0

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