A classic snake game implemented in Lua using the LOVE2D game engine.
- Simple, retro-style graphics and gameplay
- Snake increases in size as it eats apples
- Walls on edges of screen act as obstacles
- Game ends if snake hits itself or a wall
- Score tracking based on apples eaten
- Arrow keys or WASD to move the snake
Clone this repo and drag the snake
folder to LOVE2D to start the game.
Customize graphics, snake behavior, arena size etc. by modifying game.lua
. See LOVE2D documentation for help.
Snake game concept originally created by Gremlin Industries and published by Atari.
This project is licensed under the MIT License - see the LICENSE file for details.