/lite-snake

A snake game for lite and lite-xl

Primary LanguageLuaDo What The F*ck You Want To Public LicenseWTFPL

lite snake

This is a snake game that runs inside of lite or lite-xl

run it by running Snake: Open

config options:

style.snake_color = {common.color "#00df00"}
style.apple_color = {common.color "#ff0000"}

config.snake_size = 20 * SCALE
config.snake_length = 8
config.snake_wall_die = false

-- how many frames to skip before another game loop
config.snake_fps_fac = 5