Metroidvania video game
You can not 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
8 months ago
asset Finalize map 9 months ago
component Add phaser weapon 9 months ago
entity Increase player movement speed 8 months ago
game Finalize map 9 months ago
level Add win screen 9 months ago
system Add win screen 9 months ago
world Finalize map 9 months ago
.gitignore Add jump ability 9 months ago
LICENSE Initial commit 9 months ago
README.md Finalize map 9 months ago
doctorlectro.tiled-project Initial commit 9 months ago
flags.go Finalize map 9 months ago
flags_web.go Add music 9 months ago
go.mod Upgrade depdendencies 8 months ago
go.sum Upgrade depdendencies 8 months ago
goreleaser.yml Initial commit 9 months ago
main.go Add phaser weapon 9 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