diff --git a/.replit b/.replit new file mode 100644 index 0000000..768cdc2 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "nodejs" +run = "npm i; 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" diff --git a/README.md b/README.md index 0cf393e..d712edb 100644 --- a/README.md +++ b/README.md @@ -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