Metroidvania video game
Go to file
Trevor Slocum 5d30cbe441 Initial commit 2022-06-17 14:17:03 -07:00
asset Initial commit 2022-06-17 14:17:03 -07:00
component Initial commit 2022-06-17 14:17:03 -07:00
entity Initial commit 2022-06-17 14:17:03 -07:00
game Initial commit 2022-06-17 14:17:03 -07:00
level Initial commit 2022-06-17 14:17:03 -07:00
system Initial commit 2022-06-17 14:17:03 -07:00
world Initial commit 2022-06-17 14:17:03 -07:00
LICENSE Initial commit 2022-06-17 14:17:03 -07:00
README.md Initial commit 2022-06-17 14:17:03 -07:00
doctorlectro.tiled-project Initial commit 2022-06-17 14:17:03 -07:00
flags.go Initial commit 2022-06-17 14:17:03 -07:00
flags_web.go Initial commit 2022-06-17 14:17:03 -07:00
go.mod Initial commit 2022-06-17 14:17:03 -07:00
go.sum Initial commit 2022-06-17 14:17:03 -07:00
goreleaser.yml Initial commit 2022-06-17 14:17:03 -07:00
main.go Initial commit 2022-06-17 14:17:03 -07:00

README.md

Doctor Lectro

Donate via LiberaPay Donate via Patreon

Metroidvania video game

This game was created for the Ebitengine Game Jam.

Play

Browser

Play in your browser

Compile

Install the dependencies listed for your platform, then run the following command:

go install code.rocketnine.space/tslocum/doctorlectro@latest

Run ~/go/bin/doctorlectro to play.

Support

Please share issues and suggestions here.

Credits

Dependencies

  • ebiten - Game engine
  • gohan - Entity Component System framework