adding run on repl.it badge

this commit was generated automatically on repl.it
This commit is contained in:
AllAwesome497 2019-12-10 02:00:05 +00:00 committed by Mahdi Dibaiee
parent 173f432351
commit 0805062923
2 changed files with 3 additions and 1 deletions

2
.replit Normal file
View File

@ -0,0 +1,2 @@
language = "nodejs"
run = "npm i babel-polyfill; npm i ansi; echo Which game do you want; echo spacecraft; echo snake; echo tanks; read game; echo what language; echo es or en; read lang; node index.js $game"

View File

@ -2,7 +2,7 @@ node-games
==========
Some fun console games written using Node.
[![Run on Repl.it](https://repl.it/badge/github/mdibaiee/node-games)](https://repl.it/github/mdibaiee/node-games)
```
npm i -g node-games