node-console-games/README.md

33 lines
595 B
Markdown
Raw Normal View History

2015-12-11 14:17:45 +00:00
node-games
==========
[Version en español](README.es.md)
2015-12-11 14:17:45 +00:00
Some fun console games written using Node.
2015-12-11 14:27:19 +00:00
```
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)
```
2015-12-11 14:17:45 +00:00
spacecraft
----------
2015-12-12 16:19:29 +00:00
![spacecraft](https://raw.githubusercontent.com/mdibaiee/node-games/master/spacecraft.gif)
snake
-----
2015-12-12 06:58:35 +00:00
![snake](https://raw.githubusercontent.com/mdibaiee/node-games/master/snake.gif)
2015-12-18 12:55:26 +00:00
tanks
-----
![tanks](https://raw.githubusercontent.com/mdibaiee/node-games/master/tanks.gif)