Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
/ ProduceTycoon Public archive

A Tycoon game developed in python using pygame

Notifications You must be signed in to change notification settings

Mr0o/ProduceTycoon

Repository files navigation

Produce Tycoon

Playing the game

  1. Download and install Python 3
  2. Download the game and unzip it.
  3. Open the ProduceTycoon-main folder
  4. Double click on the main.py file

Screenshots

Screenshot 1



For developers:

  • This game uses Python 3 and Pygame
  • Minimum Python version: 3.10
  • The game will automatically install dependencies but they can also be installed manually using the following command:
pip install -r requirements.txt
  • The game can be run using the following command:
python3 main.py

  • Use the flag '--debug' or '-d' to enable debugging features
python3 main.py -d

About

A Tycoon game developed in python using pygame

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published