Skip to content

A clone of the popular property-trading board game, made with Pygame

License

Notifications You must be signed in to change notification settings

RandomSearch18/monopoly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygame Monopoly implementation

A clone of the popular property-trading board game, made with Pygame

Installation

You'll need a Python interpreter installed to run this game. Get it from python.org Downloads or your OS distribution's package manager.

This project targets Python 3.10 and above, so any Python version >= 3.10 is reccomended. With that said, the game seems to run fine (for now) under Python 3.8.

The game also requires two Python packages: pygame and pydantic, as specifed in the requirements.txt file. You can install them using pip (pip install -r requirements.txt) or through packages provided by your OS (e.g. python3-pygame and python3-pydantic).

Usage

Once you've cloned this repostory, launch the main file at src/main.py with Python, e.g. python3.10 src/main.py.

Development resources

About

A clone of the popular property-trading board game, made with Pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages