From bd6860f4b06ed0d2018a7c2a59633951de3f3bcf Mon Sep 17 00:00:00 2001 From: undefined Date: Sun, 9 Aug 2020 03:32:17 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request adds a badge to the . This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it). --- .replit | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..1cc0392 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "java10" +run = "" \ No newline at end of file diff --git a/README.md b/README.md index 21bb2e6..7871927 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # TicTacToe-Java It's simple TicTacToe game created by java code . This is a CLI code +[![Run on Repl.it](https://repl.it/badge/github/Bill-ins/TicTacToe-Java)](https://repl.it/github/Bill-ins/TicTacToe-Java) \ No newline at end of file