Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 492 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 492 Bytes

SnakeGame

Description

I tried to code the snake game in Lua by following a CS50 tutorial taught by Colton Ogden.

Classic version: Game over when snake collides with itself or with a white tile.

Adventure version: Level goes up after every 10 red tiles consumed. Total 5 levels. Game over when snake collides with itself or with a white tile.

Tools used

Framework : Love2D
Language : Lua
Text editor : VS Code

All tools are open source.