Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jadedctrl/monkune
- Owner: JadedCtrl
- License: gpl-3.0
- Created: 2021-01-07T07:30:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T19:40:00.000Z (12 months ago)
- Last Synced: 2024-11-19T21:45:09.500Z (2 months ago)
- Topics: game, game-jam, librejam, love2d
- Language: Lua
- Homepage: https://hak.xwx.moe/jadedctrl/monkune
- Size: 7.4 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
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.