Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jadedctrl/horseseahorse
Tank-control joust-like for LibreJam 2021-02. (🪞)
https://github.com/jadedctrl/horseseahorse
game game-jam librejam love2d
Last synced: about 2 months ago
JSON representation
Tank-control joust-like for LibreJam 2021-02. (🪞)
- Host: GitHub
- URL: https://github.com/jadedctrl/horseseahorse
- Owner: JadedCtrl
- License: gpl-3.0
- Created: 2021-02-06T03:01:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T20:09:03.000Z (11 months ago)
- Last Synced: 2024-01-29T22:58:16.628Z (11 months ago)
- Topics: game, game-jam, librejam, love2d
- Language: Lua
- Homepage: https://hak.xwx.moe/jadedctrl/HorseSeaHorse
- Size: 26.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# HorseSeaHorse
HorseSeaHorse is an tank-control duel-ish game, where valiant non-horses are
pitted against one another.![Screenshot of the net-play game lobby.](art/screenshot-lobby.png)
![Screenshot of gameplay.](art/screenshot-gameplay.png)It was made for [LibreJam 2020-02](https://bytecrab.org/librejam/202102.html) of
the theme “SUBNAUTICAL,” where it tied with [f-a](https://www.ariis.it/)’s
[Pigafetta](https://www.ariis.it/static/articles/game-misc/page.html).## Running
Monkune should run just fine on any operating system with
[LÖVE](https://love2d.org) — including GNU/Linux, BSD, Haiku, and even Windows..### UNIX-adjacent
Download the `horseseahorse.love` file from
[Releases](https://hak.xwx.moe/jadedctrl/HorseSeaHorse/releases/).
Make sure LĂ–VE (`love2d`) is installed through your package manager,
then run:`$ love horseseahorse.love`
### Windows
Download the Win32 archive from [Releases](https://hak.xwx.moe/jadedctrl/HorseSeaHorse/releases/), then extract `
horseseahorse-win32.zip`.
Inside, you’ll find `horseseahorse.exe`. Run it!## Building
The LĂ–VE file (`.love`) and Windows binary can be made using the Makefile.
Make sure you have LĂ–VE installed on your system, then run:```
$ make love
$ make win32
```## Meta
Author is Jaidyn Ann
Code under GPLv3 (see COPYING.txt)
Sprites all under the CC-BY 4.0
Music (*.ogg) all under the CC-BY 3.0 (by Kevin MacLeod)
Music (*.wav) all under the GPL (by Ziz of Hase)