Metroidvania game
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trevor Slocum 9ef2ed3157 Fix Windows compabibility 1 year ago
asset Add levitate ability 1 year ago
component Add levitate ability 1 year ago
engine Update map 1 year ago
entity Add levitate ability 1 year ago
game Add levitate ability 1 year ago
system Add levitate ability 1 year ago
world Fix Windows compabibility 1 year ago
LICENSE Initial commit 2 years ago
README.md Update spash screen 1 year ago
flags.go Add levitate ability 1 year ago
flags_web.go Recolor tileset 2 years ago
go.mod Add levitate ability 1 year ago
go.sum Add levitate ability 1 year ago
goreleaser.yml Add double jump area 2 years ago
main.go Add dash ability 1 year ago

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