JavaScript-Snake icon indicating copy to clipboard operation
JavaScript-Snake copied to clipboard

The game of Snake written in JavaScript.

Results 28 JavaScript-Snake issues
Sort by recently updated
recently updated
newest added

I think it would be cool if the site would automatically when the user moves to different tab

Added pause when window minimized or user changes tab. Added info button in welcome screen which shows info about the game itself.

enhancement

### Refactor Key Handling in Snake Game to Use Lookup Table for Arrow Keys I suggest refactoring the `handleArrowKeys` method to replace the current `switch` statement with a more maintainable...

Bumps [base-x](https://github.com/cryptocoinjs/base-x) from 3.0.10 to 3.0.11. Commits 043a888 3.0.11 2705ddd [backport 3.x] Prohibit char codes that would overflow the BASE_MAP See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=base-x&package-manager=npm_and_yarn&previous-version=3.0.10&new-version=3.0.11)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot...

dependencies
javascript

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1. Changelog Sourced from js-yaml's changelog. [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml merge (<<) operator. Commits cc482e7 4.1.1 released 50968b8 dist...

dependencies
javascript

Snake Game HTML CSS and JavaScript