Skip to content

rghv234/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Snake Game in LOVE2D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages