adding run on repl.it badge

this commit was generated automatically on repl.it
This commit is contained in:
pythoncatcoder 2019-12-09 23:54:45 +00:00
parent 7d8bf431b3
commit e0778521cc
2 changed files with 3 additions and 1 deletions

2
.replit Normal file
View File

@ -0,0 +1,2 @@
language = "python3"
run = "pipenv install ; pipenv run python flappy.py"

View File

@ -2,7 +2,7 @@ FlapPyBird
===============
A Flappy Bird Clone made using [python-pygame][pygame]
[![Run on Repl.it](https://repl.it/badge/github/sourabhv/FlapPyBird)](https://repl.it/github/sourabhv/FlapPyBird)
How-to (as tested on MacOS)
---------------------------