Skip to content

allie/gameoff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game Off 2018 entry (name TBD)

Building

First, ensure LÖVE is installed on your system. For automatic documentation, ldoc must be installed as well. Maps can be edited with Tiled.

To build and run the game:

make

To build game.love:

make build

To run game.love:

make run

To document the code:

make doc

Documentation will be generated in the doc directory.

Releases

No releases published

Packages

No packages published