From 16b2da2d6691685ad75ca15e4b8b6bad2fcf9c03 Mon Sep 17 00:00:00 2001 From: AllAwesome497 <47748690+AllAwesome497@users.noreply.github.com> Date: Sat, 14 Dec 2019 06:56:50 -0600 Subject: [PATCH] Make it easy for people to play the games (#70) * adding run on repl.it badge this commit was generated automatically on repl.it * fixed it lol * Changed the badge position --- .replit | 2 ++ README.md | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..c4f6b78 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "nodejs" +run = "npm i prompts; npm i ansi-escapes; echo what game; echo Hangman; echo MazeEscape; echo TextAdventures; echo TicTacToe; read game; node $game/index.js " diff --git a/README.md b/README.md index 118b405..41bf006 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # cli-games -Games in the terminal +> Games in the terminal + +[![Run on Repl.it](https://repl.it/badge/github/salifm/cli-games)](https://repl.it/@AllAwesome497/cli-games) +