PlayTerminal is an attempt to bring old-school console gaming back to life. The idea is to create a library of games you can play in a terminal and give an opportunity to run them, ehmm, without a terminal, i.e. right in your browser.
Deployed instance: https://playtermin.al
Repository with games (Docker images): https://github.com/rev112/playterminal-images
Dependencies: Python 3
- Create a virtual environment and install dependencies
pip install -r requirements.txt
- Create the
secrets.py
file with sensitive information:
cp playterminal/settings/secrets.dist.py playterminal/settings/secrets.py
- Update SECRET_KEY, ROOTNROLL_USERNAME, etc.
vim playterminal/settings/secrets.py
- Run migrations
./manage.py migrate
- Load initial data
./manage.py loaddata seed
TODO: docker-compose docs