From f85d4afeb2d325c72c8f1802eeb622359e3e78cd Mon Sep 17 00:00:00 2001 From: VexeDev Date: Mon, 9 Dec 2019 23:31:21 +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, 4 insertions(+) create mode 100644 .replit 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