Skip to content

lilydelaserre/racing-arena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors