Bullet hell video game featuring fishy revenge
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 a4e11a8830 Initial commit 12 months ago
asset Initial commit 12 months ago
component Initial commit 12 months ago
entity Initial commit 12 months ago
game Initial commit 12 months ago
level Initial commit 12 months ago
system Initial commit 12 months ago
world Initial commit 12 months ago
.gitignore Initial commit 12 months ago
LICENSE Initial commit 12 months ago
README.md Initial commit 12 months ago
flags.go Initial commit 12 months ago
flags_web.go Initial commit 12 months ago
go.mod Initial commit 12 months ago
go.sum Initial commit 12 months ago
goreleaser.yml Initial commit 12 months ago
main.go Initial commit 12 months ago

README.md

Fish Fight Back

Donate via LiberaPay Donate via Patreon

Bullet hell video game featuring fishy revenge

This game was created for the Mini Jam 108 game jam.

Play

Browser

Play in your browser

Compile

Note: The following assets are required to compile Fish Fight Back:

These assets are not free, and are not included in this repository.

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

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

Run ~/go/bin/fishfightback to play.

Support

Please share issues and suggestions here.

Credits

Dependencies

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