From a06fc92bc8f5453a2c848a5c630f149a77425550 Mon Sep 17 00:00:00 2001 From: Christoffer Bader Date: Thu, 16 Dec 2021 10:34:14 +0100 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7ac8e34 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Simple JS Snake +My own version of the classic game Snake written in JavaScript. + +I made this to try object-oriented JavaScript. This is an old project and it's terrible, unobtimized, the controls suck, and the sound effects were generated in [sfxr](https://www.drpetter.se/project_sfxr.html). + +### You can play the game at https://games.clb92.xyz/snake/