Shakira Simulator is a c GUI game developed in Python about street survival. Use your skills to earn money, keep healthy and succeed in this cruel world.
- Make sure that you have Python version 3.x installed.
- Clone the repository:
git clone https://github.com/PetrosanW/pythonRPG.git
- Go to the project directory:
cd pythonRPG
- Start the game:
python main.py
pip install pyinstaller
pyinstaller --noconfirm --onefile --windowed --version-file "1.0" --add-data "pythonRPG/dialogzar.py;." --add-data "pythonRPG/mainwindow.py;." "pythonRPG/main.py"
- Author: PetrosanW