Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jadedctrl/monkune

Monkey-stacking & frosty puzzle-platformer. (🪞 Mirror)
https://github.com/jadedctrl/monkune

game game-jam librejam love2d

Last synced: about 19 hours ago
JSON representation

Monkey-stacking & frosty puzzle-platformer. (🪞 Mirror)

Awesome Lists containing this project

README

        

# Monkune
Monkune is a platform-ish game, where you stack monkeys in order to get bananas.

![Screenshot of the game.](art/screenshot.png)

Made for [Librejam 2020-01](https://bytecrab.org/librejam/202101.html), with the
theme of ”cooperation.” It also bears the honor of being the winner… by default,
due to lack of competitors. :^)

## Running
Monkune should run just fine on any operating system with
[LÖVE](https://love2d.org) — including GNU/Linux, BSD, and Haiku.

Make sure LĂ–VE (`love2d`) is installed with your package manager, and then:
`$ make test`

### Building
The Makefile can make both the `monkune.love` archive and the Windows executable.
Make sure the `./bin/` directory exists, and that LĂ–VE is installed with your
package manager.

```
$ make win32
$ make love
```

## Meta
Author: Jaidyn Ann
Code is under the GPLv3 (see COPYING.txt)
Art assets all under the CC-BY 3.0.