diff --git a/.replit b/.replit new file mode 100644 index 0000000..fc3c423 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python" +run = "python mainGame.py" diff --git a/README.md b/README.md index 384d17c..5ad0756 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PythonShootGame A simple shoot game written in Python. - +[![Run on Repl.it](https://repl.it/badge/github/Kill-Console/PythonShootGame)](https://repl.it/github/Kill-Console/PythonShootGame) # Introduce This project only include two simple .py files: