This repository has been moved to codeberg
This is a beta for a Coup Preparation Simulator.
It allows you to prepare a coup in your roleplay nation. As of now it assumes you're in a democratic state with a 720 seats parliament, it has 1 victory scenario for the government and it ends when the coup is launched.
A Linux distribution or a linux terminal (downloadable on the windows app store) to run the program.
OR
A python editing program like Thonny
- Download the repository by clicking on "code" then "Download zip".
- Unzip the downloaded repository wherever you prefer.
- Run CoupPrepSim.py with your editing software.
- If you're on Windows and want to use an Ubuntu terminal you can get one here
- Open the terminal and navigate to the directory you want to install the program on with "cd path/to/directory]"
- Run the command:
git clone https://github.com/EuroNutellaMan/CoupPreparationSimulator.git
- navigate into the repository with:
cd CoupPreparationSimulator
- Run the python script
python3 CoupPrepSim.py
NOTE: If you get any "module not found" error you need to run one of these two codes depending on which module gives you an error:
pip3 install time
pip3 install random
If you want to contribute see CONTRIBUTING.md
This project is Licensed with the GNU General Public License v3.0