Metroidvania game
Go to file
Trevor Slocum b832212e1f Add double jump area 2021-12-01 19:30:31 -08:00
asset Add double jump area 2021-12-01 19:30:31 -08:00
component Add character animation and parallax background 2021-12-01 08:57:09 -08:00
entity Add character animation and parallax background 2021-12-01 08:57:09 -08:00
game Add double jump area 2021-12-01 19:30:31 -08:00
system Add double jump area 2021-12-01 19:30:31 -08:00
world Add double jump area 2021-12-01 19:30:31 -08:00
LICENSE Initial commit 2021-11-23 18:03:37 -08:00
README.md Initial commit 2021-11-23 18:03:37 -08:00
go.mod Initial commit 2021-11-23 18:03:37 -08:00
go.sum Initial commit 2021-11-23 18:03:37 -08:00
goreleaser.yml Add double jump area 2021-12-01 19:30:31 -08:00
main.go Add double jump area 2021-12-01 19:30:31 -08:00

README.md

Monovania

Donate

Metroidvania game

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

Play

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