Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 569 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 569 Bytes

LOVEly Snake by Joshua Button

A snake clone built using the LOVE2d framework.

How to run

First install the love framework at the love2d website. Next, run love C:\path\to\snake_game_folder on Windows or love /path/to/snake_game on Linux OR download and run from here.

How to play

  • The goal is to eat as much food (red squares) as you can without dying.
  • Use the arrow keys to control your snake's movement.
  • If you hit the screen edge, a wall, or yourself, you will lose.