Skip to content

PlayTerminal: old (and new) terminal games in your browser. Powered by Super Alpacas

License

Notifications You must be signed in to change notification settings

tonyo/playterminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9451d27 · Sep 23, 2024

History

89 Commits
Sep 22, 2024
Nov 20, 2016
Sep 22, 2024
Sep 22, 2024
Oct 29, 2016
Nov 7, 2016
Sep 22, 2024
Sep 22, 2024
Sep 17, 2024
Sep 21, 2024
Jul 26, 2015
Nov 7, 2016
Sep 22, 2024
Nov 7, 2016
Sep 23, 2024
Nov 2, 2016
Jul 26, 2015
Nov 7, 2016
Nov 20, 2016
Sep 17, 2024
Sep 29, 2015

Repository files navigation

playterminal

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

Getting started

Dependencies: Python 3

  1. Create a virtual environment and install dependencies

pip install -r requirements.txt

  1. Create the secrets.py file with sensitive information:

cp playterminal/settings/secrets.dist.py playterminal/settings/secrets.py

  1. Update SECRET_KEY, ROOTNROLL_USERNAME, etc.

vim playterminal/settings/secrets.py

  1. Run migrations

./manage.py migrate

  1. Load initial data

./manage.py loaddata seed

TODO: docker-compose docs

About

PlayTerminal: old (and new) terminal games in your browser. Powered by Super Alpacas

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published