sim-jop

The Game of Railway Traffic Control


License
GPL-3.0
Install
pip install sim-jop==0.0.1

Documentation

sim_jop

The Game of Railway Traffic Control

About

The goal of sim_jop project is create open source game of railway traffic control. If you want to be in touch with the community, please connect to discord.

Usage

Setup development environment on Linux

# packages needed on Fedora 29
sudo dnf install -y python3-pip

# clone the repository
git clone git@github.com:celestian/sim_jop.git

# setup commit template
git config commit.template .git-commit-template

# git configuration
git config user.name "your_name"
git config user.email "your_email"

# (optionally)
git config user.signingkey your_gpg_key

# create virtual environment
python3 -m venv env

# install requirements
./install.sh

Activate development environment

source env/bin/activate

Resources

JOP, DOZ

Software engineering