Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noah2610/ld46-thehum
Feed the bonfire. LD46
https://github.com/noah2610/ld46-thehum
ludum-dare ludum-dare-46
Last synced: about 1 month ago
JSON representation
Feed the bonfire. LD46
- Host: GitHub
- URL: https://github.com/noah2610/ld46-thehum
- Owner: Noah2610
- License: mit
- Created: 2020-04-18T07:46:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T00:13:48.000Z (over 4 years ago)
- Last Synced: 2024-10-09T22:43:17.462Z (about 1 month ago)
- Topics: ludum-dare, ludum-dare-46
- Language: Rust
- Homepage: https://noahro.itch.io/the-hum
- Size: 192 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Hum
## Description
Feed the bonfire.
_Keep it alive._![screenshot](./screenshots/ingame.png)
This is our game jam entry for __Ludum Dare 46__.
[Jam page][jam]
[itch.io page][itch]## Download
__Windows__ and __Linux__ executables are available on our [itch.io page][itch].## Controls
| Key | Action |
|:------------:|:----------------------- |
| `A` / `D` | Move left / right |
| `W` / `S` | Climb ladders up / down |
| `SPACE` | Jump |
| `E` | Interact |
| `D`, `ENTER` | Start game |## Development
Using [`amethyst`] and [`deathframe`].
Setup with [`deathframe-template`].## License
Distributed under the terms of the [MIT license].[jam]: https://ldjam.com/events/ludum-dare/46/the-hum
[itch]: https://noahro.itch.io/the-hum
[`amethyst`]: https://github.com/amethyst/amethyst
[`deathframe`]: https://github.com/Noah2610/deathframe
[`deathframe-template`]: https://github.com/Noah2610/deathframe-template
[MIT license]: ./LICENSE