From 290b519d8b2f2f9373d21bf2a1b9af463b0603d6 Mon Sep 17 00:00:00 2001 From: pythoncatcoder Date: Mon, 9 Dec 2019 23:24:18 +0000 Subject: [PATCH] adding run on repl.it badge this commit was generated automatically on repl.it --- .replit | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .replit 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: