27 lines
818 B
Plaintext
27 lines
818 B
Plaintext
MONKUNE
|
|
================================================================================
|
|
Monkune is a platform-ish game, where you stack monkeys in order to get bananas.
|
|
Made for Librejam 2020-01, with the theme of "cooperation."
|
|
|
|
|
|
RUNNING
|
|
--------------------------------------------------
|
|
LINUX/UNIX/HAIKU
|
|
--------------------
|
|
Make sure love2d is installed with your package manager, and then:
|
|
$ make test
|
|
|
|
|
|
"BUILD"
|
|
--------------------------------------------------
|
|
The makefile can make both the "monkune.love" archive and the windows
|
|
executable. Make sure the `./bin/` directory exists, and that love2d
|
|
is installed with your package manager.
|
|
|
|
|
|
BORING STUFF
|
|
--------------------------------------------------
|
|
Jaidyn Ann <jadedctrl@teknik.io>
|
|
Code under GPLv3 (see COPYING.txt)
|
|
Art assets all under the CC-BY 3.0
|