/SimulationChernobyl

Interactive, customisable (not yet) simulation of Chernobyl Nuclear Power Plant.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Simulation Chernobyl

Customatizable simulator of Chernobyl Nuclear Power Plant. Written in Python with PyGame.

This project is currently in pre-alpha state

Building

Linux

  1. Clone this repositiry: git clone https://github.com/mzivic7/SimulationChernobyl.git
  2. cd SimulationChernobyl
  3. Install requirements: pip install -r requirements.txt
  4. run build script: python3 build.py

Windows

  1. Install Python 3.9 or later
  2. Clone this repository, unzip it
  3. Open terminal, cd to unzipped folder
  4. Install requirements: pip install -r requirements.txt
  5. Run build script: python build.py

Android

Not yet supported. GUI may be to small on regullar phones.

Progress

Currently, there is only implemented main GUI with some features like help, graph, settings, value picker.

Simulation engine is under development.