Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```