Skip to content

jdeng1040/MaizeRace

Repository files navigation

The Maize Game

Video demo

Running the game

  1. git clone this repo and cd into it
  2. Create a virtual environment by running: python -m venv venv
  3. Activate the venv: source venv/bin/activate
  4. Install the required packages: pip install -r requirements.txt
  5. On one terminal, run python3 <your ip address> (only one person runs this)
  6. You and 2 other people should run python3 main.py (everyone runs this, for a total of 3 people connected)

Updating packages

  1. Run pip freeze > requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages