No description
|
||
---|---|---|
.forgejo/workflows | ||
public | ||
src | ||
.gitignore | ||
biome.json | ||
convert.py | ||
index.html | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
tsconfig.json | ||
vite.config.ts |
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)