node-console-games/README.md

33 lines
595 B
Markdown

node-games
==========
[Version en español](README.es.md)
Some fun console games written using Node.
```
npm i -g node-games
node-games
```
Without installing node-games globally:
```
npm start <game> <language>
npm start snake es
(English will be default language if none is given)
```
spacecraft
----------
![spacecraft](https://raw.githubusercontent.com/mdibaiee/node-games/master/spacecraft.gif)
snake
-----
![snake](https://raw.githubusercontent.com/mdibaiee/node-games/master/snake.gif)
tanks
-----
![tanks](https://raw.githubusercontent.com/mdibaiee/node-games/master/tanks.gif)