Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omribarzik/escape-the-terminal
escape-the-terminal
https://github.com/omribarzik/escape-the-terminal
Last synced: 22 days ago
JSON representation
escape-the-terminal
- Host: GitHub
- URL: https://github.com/omribarzik/escape-the-terminal
- Owner: OmriBarZik
- Created: 2022-11-18T08:40:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T21:25:09.000Z (10 months ago)
- Last Synced: 2024-01-01T23:58:30.993Z (10 months ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Escape The Terminal
this is an interactive escape the room game, you need to find on each level how you can exit the current terminal instance
## Running
```sh
docker run --it --rm omribarzik/escape-the-terminal
```## Developing
To add new levels or fix bugs you find in the code run:
```sh
npm install
```