matijaSos / wedding-arcade

4 stars 0 forks source link

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.