diff --git a/.replit b/.replit new file mode 100644 index 0000000..b8c69e5 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "nodejs" +run = "python menu.py" diff --git a/README.md b/README.md index 8eab93b..a2e4b55 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ > Lightweight, configurable snake game running in the console +[![Run on Repl.it](https://repl.it/badge/github/tancredi/python-console-snake)](https://repl.it/github/tancredi/python-console-snake) + ![Screenshot](http://s2.postimg.org/tzpt8rs09/snake.png) ### Usage