Metroidvania video 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 b5904dd8f9 Add jump ability 12 months ago
asset Add jump ability 12 months ago
component Magnetize against metal tiles 12 months ago
entity Add jump ability 12 months ago
game Magnetize against metal tiles 12 months ago
level Magnetize against metal tiles 12 months ago
system Add jump ability 12 months ago
world Magnetize against metal tiles 12 months ago
.gitignore Add jump ability 12 months ago
LICENSE Initial commit 12 months ago
README.md Initial commit 12 months ago
doctorlectro.tiled-project Initial commit 12 months ago
flags.go Initial commit 12 months ago
flags_web.go Add jump ability 12 months ago
go.mod Use Chipmunk2D to handle physics 12 months ago
go.sum Use Chipmunk2D to handle physics 12 months ago
goreleaser.yml Initial commit 12 months ago
main.go Use Chipmunk2D to handle physics 12 months ago

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