KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
escape-from-the-maze
★ 15
Open GitHub ↗
A simple & tiny CUI maze game
Download README (.md)
Explore Similar Repositories
0--Wiki--0
:
No description available.
yii2-helpers
:
Collection of useful helper functions for Yii Framework 2.0
ios-toast-alerts
:
A framework to display Toast Alerts in IOS.
fatfs_pic18
:
FatFs implementation on PIC18 / PIC24
ts
:
Text-based timesheet parser
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
escape-from-the-maze
?
Download (.md)
# escape-from-the-maze [](http://badge.fury.io/js/escape-from-the-maze) [](https://circleci.com/gh/kjirou/escape-from-the-maze) A simple & tiny CUI maze game  ## Installation ```bash npm install -g escape-from-the-maze ``` ## Usage Start game: ```bash escape-from-the-maze ``` Show ranking: ```bash escape-from-the-maze --ranking escape-from-the-maze -r ``` Show help: ```bash escape-from-the-maze --help escape-from-the-maze -h ``` ## Development ```bash git clone git@github.com:kjirou/escape-from-the-maze.git cd ./escape-from-the-maze npm install npm start ```