RACING ARENA

INTERNETWORKING PROTOCOL CS494

Racing Arena is a multiplayer Q&A game where a server acts as a referee for multiplayers. Players register with unique nicknames to join. In each round, the server sends an arithmetic expression to the players, who must solve it and respond quickly. Points are granted based on performance. Players move forward or backward in the race based on their points, aiming to reach the finish line first to win.

alt text Video demo

Requirements

  • Python 3.10

How to run:

# Install the requirements
pip install -r requirements.txt

# Run the server
python server.py

# Run the client
python game.py

Or run from releases

How to play:

  • Join the room
  • Ready and waiting for other players
  • Quickly answer the question
  • Good luck !

License

This project is licensed under the terms of the MIT license.