A faithful recreation of my Ludum Dare 40 entry https://snakexx.co
Find a file
2025-08-18 05:18:18 +00:00
.forgejo/workflows fix stage names in deploy workflow 2025-08-11 22:57:40 +00:00
public add different png favicon sizes 2025-08-12 06:03:26 +00:00
src fix camera sometimes escaping map in menu 2025-08-09 22:10:06 +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 add different png favicon sizes 2025-08-12 06:03:26 +00:00
LICENSE the entire game 2025-07-27 17:30:03 +00:00
package.json v1.1.0 2025-08-12 06:03:26 +00:00
pnpm-lock.yaml the entire game 2025-07-27 17:30:03 +00:00
README.md fix alt logo alt text in readme 2025-08-18 05:18:18 +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++

Snake++ is a game about navigating a snake through a series of levels. It is a faithful WebGL recreation of a game I originally wrote 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)