Skip to content

Cimera42/flail-whale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flail Whale

Gameplay screenshot

About

A game made for GMTK Game Jam 2021. The theme was "Joined".

The rather grim gameplay I ended up on was harpooning a whale, which then pulls your boat around as you dodge islands.

Running and building

To run the game in live-reload mode, use yarn start.

To build a deployable bundle, use yarn build. The bundle will be placed in the build folder.

Controls

  • A/D to turn, W/S for forward and reverse
  • Left click to shoot harpoon
  • Right click to release the harpoon (do this if you're gonna die!!)
  • M to mute audio
  • R to restart level (when dead)
  • N to go to new level (after winning once)

Acknowledgements