diff --git a/.replit b/.replit new file mode 100644 index 0000000..1b15c05 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "" \ No newline at end of file diff --git a/README.md b/README.md index 8c5c73a..177cedd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Run on Repl.it](https://repl.it/badge/github/techwithtim/Hangman)](https://repl.it/github/techwithtim/Hangman) # Hangman-Python A simple hangman game made with python and pygame. This was made as a beginner pygame project in grade 11 (2017).