Bullet hell video game featuring fishy revenge
Go to file
Trevor Slocum 1f18c464bb Upgrade depdendencies
This fixes a game crash when playing via browser.
2022-07-19 13:46:33 -07:00
asset Add beach chairs 2022-06-12 21:02:22 -07:00
component Load and use cozy-people tileset 2022-06-12 17:23:31 -07:00
entity Add intro message 2022-06-12 21:38:28 -07:00
game Add beach chairs 2022-06-12 21:02:22 -07:00
level Add music 2022-06-12 20:05:43 -07:00
system Fix increasing amounts of creeps bug 2022-06-12 22:36:25 -07:00
world Fix increasing amounts of creeps bug 2022-06-12 22:36:25 -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 Add music 2022-06-12 20:05:43 -07:00
flags_web.go Initial commit 2022-06-11 13:36:59 -07:00
go.mod Upgrade depdendencies 2022-07-19 13:46:33 -07:00
go.sum Upgrade depdendencies 2022-07-19 13:46:33 -07:00
goreleaser.yml Initial commit 2022-06-11 13:36:59 -07:00
main.go Add intro message 2022-06-12 21:38:28 -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