From 0805062923f0311fd08ef435283236bbf27e4235 Mon Sep 17 00:00:00 2001 From: AllAwesome497 Date: Tue, 10 Dec 2019 02:00:05 +0000 Subject: [PATCH] adding run on repl.it badge this commit was generated automatically on repl.it --- .replit | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..30c9d82 --- /dev/null +++ b/.replit @@ -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" 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