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 d98203af2f Increase player movement speed 11 months ago
asset Finalize map 11 months ago
component Add phaser weapon 11 months ago
entity Increase player movement speed 11 months ago
game Finalize map 11 months ago
level Add win screen 11 months ago
system Add win screen 11 months ago
world Finalize map 11 months ago
.gitignore Add jump ability 11 months ago
LICENSE Initial commit 12 months ago
README.md Finalize map 11 months ago
doctorlectro.tiled-project Initial commit 12 months ago
flags.go Finalize map 11 months ago
flags_web.go Add music 11 months ago
go.mod Upgrade depdendencies 11 months ago
go.sum Upgrade depdendencies 11 months ago
goreleaser.yml Initial commit 12 months ago
main.go Add phaser weapon 11 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
  • go-tiled - Tiled map file (.TMX) parser
  • cp - Physics engine