monovania/README.md

1 KiB

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