snake
snake copied to clipboard
A silly snake game on the browser URL
I think there should be controls to adjust the speed of the game. It might be rather fast for some. I can contribute with a pull request if possible.
This is how it looks on Chrome on Windows:  This problem was originally reported by @rosald on #2.
**The problem** The game used to look like this:  But for a while now, browsers have been URL-escaping whitespace characters on the URL, so the game started looking like...
https://github.com/user-attachments/assets/dba3ea6c-5e2a-4592-86ca-9233dbe2cbc5 This update inverts the bits so that dots are used for the game's background and empty space is used for the player and the target object (food?). This allows...