Files
basic1/games/lua_examples
Adolfo Reyna a274fb04a1 Update Snake: wrap edges and halve speed
snake.lua:
- Changed wall collision to wrap around (toroidal grid)
- Snake now travels through edges instead of crashing
- Doubled move_speed from 10 to 20 frames (half speed)
- Updated speed increase cap from 3 to 5 frames (slower at max)
- Snake can now traverse indefinitely without losing to walls
2026-02-12 21:10:44 -05:00
..
2026-02-12 21:10:16 -05:00