A downloadable game

How to install

-- Eric's instructions for installing a python environment to run the program

Windows Command Prompt

  1. cd into your clone
  2. python3 -m venv my_venv
  3. my_venv\scripts\activate
  4. pip install pygame
  5. python3 main.py

Mac Terminal

  1. cd into your clone
  2. python3 -m venv my_venv
  3. source ,my_venv/bin/activate
  4. pip3 install pygame
  5. python3 main.py

Download

Download
Project-Megamind-main.zip 2 MB

Leave a comment

Log in with itch.io to leave a comment.