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) +