PyNopoly is a Monopoly-like game developed in Python using the pygame-ce library.
- Language: Python
- Library:
pygame-ce
- Python 3.x
- pip
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd PyNopoly - Install the dependencies:
pip install -r requirements.txt
To run the game, execute the following command from the project's root directory:
python main.pyThe project is organized as follows:
main.py: The main entry point of the application.assets/: Contains all the images, fonts, and sounds used in the game.src/: Contains the source code.engine/: Core game logic (game state, players, board, properties).ui/: Graphical user interface (menus, game screen, modals).
testes/: Contains test scripts for the game engine.requirements.txt: A list of the dependencies for the project.LICENSE: The license for the project.
This project is licensed under the terms of the LICENSE file.