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 1f18c464bb Upgrade depdendencies
This fixes a game crash when playing via browser.
11 months ago
asset Add beach chairs 12 months ago
component Load and use cozy-people tileset 12 months ago
entity Add intro message 12 months ago
game Add beach chairs 12 months ago
level Add music 12 months ago
system Fix increasing amounts of creeps bug 12 months ago
world Fix increasing amounts of creeps bug 12 months ago
.gitignore Initial commit 12 months ago
LICENSE Initial commit 12 months ago
README.md Initial commit 12 months ago
flags.go Add music 12 months ago
flags_web.go Initial commit 12 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 intro message 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