mzivic7 / SimulationChernobyl

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%