No description
Find a file
Gnarwhal 6e27298296
All checks were successful
/ deploy (push) Successful in 2m1s
v1.0.1
2025-07-27 20:25:07 +00:00
.forgejo/workflows the entire game 2025-07-27 17:30:03 +00:00
public the entire game 2025-07-27 17:30:03 +00:00
src allow middle mouse to also open source link 2025-07-27 20:24:05 +00:00
.gitignore the entire game 2025-07-27 17:30:03 +00:00
biome.json the entire game 2025-07-27 17:30:03 +00:00
convert.py the entire game 2025-07-27 17:30:03 +00:00
index.html the entire game 2025-07-27 17:30:03 +00:00
LICENSE the entire game 2025-07-27 17:30:03 +00:00
package.json v1.0.1 2025-07-27 20:25:07 +00:00
pnpm-lock.yaml the entire game 2025-07-27 17:30:03 +00:00
README.md the entire game 2025-07-27 17:30:03 +00:00
tsconfig.json the entire game 2025-07-27 17:30:03 +00:00
vite.config.ts the entire game 2025-07-27 17:30:03 +00:00

Snake++ is a game about navigating a snake through a series of levels. It is a faithful WebGL recreation of a game I originally write in Java for Ludum Dare 40. While the game controls similar to the classic snake game, it's more about precise timings than managing the length of your snake.

Controls

  • WASD or Arrow Keys - control the snake
  • Spacebar - go to the next level / retry the current level
  • Escape - pause and unpause the game

Differences from the original

  • Pause menu
  • Music toggle
  • Link to project page
  • Pressing the volume buttons doesn't crash the game :p
    (ok technically this got fixed in the og version too)