romainberger / terminal-run

Useless game in your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal Run

Attempt at writing a useless game in the terminal.

Gif gif gif gif

How to play

# clone the repo
$ git clone https://github.com/romainberger/terminal-run.git
$ cd terminal-run

# install the dependencies
$ npm install

# start the game - press any key to jump
$ node index.js

API

To run the game check index.js. Every method in the game is public so you can do whatever you want at any time. Including cheating. Check out lib/game.js to see the commented source.

About

Useless game in your terminal

License:MIT License


Languages

Language:JavaScript 100.0%