Skip to content

Commit

Permalink
Make it easy for people to play the games (#70)
Browse files Browse the repository at this point in the history
* adding run on repl.it badge

this commit was generated automatically on repl.it

* fixed it lol

* Changed the badge position
  • Loading branch information
wbourne0 authored and Seniru committed Dec 14, 2019
1 parent 946af65 commit 16b2da2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -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 "
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 16b2da2

Please sign in to comment.