It may make sense for us to create an alias in the user's home directory that will allow the user to easily play the game. This might be handled through an an initialization script that creates the game, a virtual environment to contain it, and writes some variant of the following
echo 'alias coliseum="source /PATH/TO/ENV/bin/activate && python -m coliseum && deactivate"' >> /home/$USER/.bashrc
It may make sense for us to create an alias in the user's home directory that will allow the user to easily play the game. This might be handled through an an initialization script that creates the game, a virtual environment to contain it, and writes some variant of the following
echo 'alias coliseum="source /PATH/TO/ENV/bin/activate && python -m coliseum && deactivate"' >> /home/$USER/.bashrc