/racing-arena

an eye-catching, festive multiplayer racing game built on top of TCP

Primary LanguagePython

racing-arena

A simple multiplayer racing game using with TCP sockets via Python asyncio.

Detailed report on protocol, screenshots, video demo, storyline etc. in /report.pdf.

Running the game

To run the server, execute the following command:

make ser

To run the client, execute the following command:

make cli

Build the game binary

Require pyinstaller to build the binary.

make build-cli # to build the client
make build-ser # to build the server