Bullet hell video game featuring fishy revenge
Go to file
Trevor Slocum a4e11a8830 Initial commit 2022-06-11 13:36:59 -07:00
asset Initial commit 2022-06-11 13:36:59 -07:00
component Initial commit 2022-06-11 13:36:59 -07:00
entity Initial commit 2022-06-11 13:36:59 -07:00
game Initial commit 2022-06-11 13:36:59 -07:00
level Initial commit 2022-06-11 13:36:59 -07:00
system Initial commit 2022-06-11 13:36:59 -07:00
world Initial commit 2022-06-11 13:36:59 -07:00
.gitignore Initial commit 2022-06-11 13:36:59 -07:00
LICENSE Initial commit 2022-06-11 13:36:59 -07:00
README.md Initial commit 2022-06-11 13:36:59 -07:00
flags.go Initial commit 2022-06-11 13:36:59 -07:00
flags_web.go Initial commit 2022-06-11 13:36:59 -07:00
go.mod Initial commit 2022-06-11 13:36:59 -07:00
go.sum Initial commit 2022-06-11 13:36:59 -07:00
goreleaser.yml Initial commit 2022-06-11 13:36:59 -07:00
main.go Initial commit 2022-06-11 13:36:59 -07:00

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