You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Monovania
|
|
|
|
[](https://liberapay.com/rocketnine.space)
|
|
|
|
|
|
|
|
Metroidvania game
|
|
|
|
|
|
|
|
This game was created for the [Metroidvania Month 14 Game Jam](https://itch.io/jam/metroidvania-month-14).
|
|
|
|
|
|
|
|
## Play
|
|
|
|
|
|
|
|
### Browser
|
|
|
|
|
|
|
|
[**Play in your browser**](https://rocketnine.itch.io/monovania?secret=monovania)
|
|
|
|
|
|
|
|
### Compile
|
|
|
|
|
|
|
|
**Note:** You will need to install the dependencies listed for [your platform](https://github.com/hajimehoshi/ebiten/blob/main/README.md#platforms).
|
|
|
|
|
|
|
|
Run the following command to build a `monovania` executable:
|
|
|
|
|
|
|
|
`go install code.rocketnine.space/tslocum/monovania@latest`
|
|
|
|
|
|
|
|
Run `~/go/bin/monovania` to play.
|
|
|
|
|
|
|
|
## Support
|
|
|
|
|
|
|
|
Please share issues and suggestions [here](https://code.rocketnine.space/tslocum/monovania/issues).
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
- [ebiten](https://github.com/hajimehoshi/ebiten) - Game engine
|
|
|
|
- [gohan](https://code.rocketnine.space/tslocum/gohan) - Entity Component System framework
|
|
|
|
- [go-tiled](https://github.com/lafriks/go-tiled) - Tiled map file (.TMX) parser
|