Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 292 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 292 Bytes

Setup

This game is implemented via love 2d game framework that for lua language. Therefore, make sure to have both lua and love installed.

Also, to pull in the git submodules, run git submodule update --init.

Building / Running

Run love . from the root of the project.