Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 912 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 912 Bytes

Snake Game

A classic snake game implemented in Lua using the LOVE2D game engine.

Features

  • 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

Controls

  • Arrow keys or WASD to move the snake

Requirements

Usage

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.

Credits

Snake game concept originally created by Gremlin Industries and published by Atari.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Preview

https://www.youtube.com/watch?v=Dl2l-wuVt8U