Metroidvania game
Go to file
Trevor Slocum 9ef2ed3157 Fix Windows compabibility 2021-12-15 10:02:18 -08:00
asset Add levitate ability 2021-12-14 22:22:57 -08:00
component Add levitate ability 2021-12-14 22:22:57 -08:00
engine Update map 2021-12-07 21:11:47 -08:00
entity Add levitate ability 2021-12-14 22:22:57 -08:00
game Add levitate ability 2021-12-14 22:22:57 -08:00
system Add levitate ability 2021-12-14 22:22:57 -08:00
world Fix Windows compabibility 2021-12-15 10:02:18 -08:00
LICENSE Initial commit 2021-11-23 18:03:37 -08:00
README.md Update spash screen 2021-12-14 08:03:30 -08:00
flags.go Add levitate ability 2021-12-14 22:22:57 -08:00
flags_web.go Recolor tileset 2021-12-01 21:27:29 -08:00
go.mod Add levitate ability 2021-12-14 22:22:57 -08:00
go.sum Add levitate ability 2021-12-14 22:22:57 -08:00
goreleaser.yml Add double jump area 2021-12-01 19:30:31 -08:00
main.go Add dash ability 2021-12-12 17:56:04 -08:00

README.md

Monovania

Donate

Metroidvania game

This game was created for the Metroidvania Month 14 Game Jam.

Play

Browser

Play in your browser

Compile

Note: You will need to install the dependencies listed for your platform.

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.

Dependencies

  • ebiten - Game engine
  • gohan - Entity Component System framework
  • go-tiled - Tiled map file (.TMX) parser