Super secret game
The project is like any other setuptools/distutils Python project. Just run:
python setup.py installor
pip install --editable .to install the development build.
I've included a few helper scripts that should allow you to develop against the Docker image with ease:
# Rebuilds the Docker image
./build.sh
# Runs the Docker image (basically just an SSH server with the 3R4 shell
# installed)
./run.sh
# SSHes into the running Docker container (by default, using the
# 'guest' user; this can be changed by using a different user name as
# the script argument)
./login.sh
# Shuts down the running container and cleans up the image fork
./stop.shFor now, you can only enter the shell if running locally:
3R4To run the Docker container, use the instructions above