Metroidvania video game
Go to file
Trevor Slocum d98203af2f Increase player movement speed 2022-07-19 14:00:17 -07:00
asset Finalize map 2022-06-28 22:12:06 -07:00
component Add phaser weapon 2022-06-28 15:54:58 -07:00
entity Increase player movement speed 2022-07-19 14:00:17 -07:00
game Finalize map 2022-06-28 22:12:06 -07:00
level Add win screen 2022-06-28 21:45:31 -07:00
system Add win screen 2022-06-28 21:45:31 -07:00
world Finalize map 2022-06-28 22:12:06 -07:00
.gitignore Add jump ability 2022-06-24 17:08:16 -07:00
LICENSE Initial commit 2022-06-17 14:17:03 -07:00
README.md Finalize map 2022-06-28 22:12:06 -07:00
doctorlectro.tiled-project Initial commit 2022-06-17 14:17:03 -07:00
flags.go Finalize map 2022-06-28 22:12:06 -07:00
flags_web.go Add music 2022-06-28 12:53:04 -07:00
go.mod Upgrade depdendencies 2022-07-19 13:52:09 -07:00
go.sum Upgrade depdendencies 2022-07-19 13:52:09 -07:00
goreleaser.yml Initial commit 2022-06-17 14:17:03 -07:00
main.go Add phaser weapon 2022-06-28 15:54:58 -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
  • go-tiled - Tiled map file (.TMX) parser
  • cp - Physics engine