catch and release
you've been captured by a gang of wild animals ...
every day they set you free - just to hunt you down again ...
will it ever end?
- wasd = move
 - r = reload
 - right-click = attack
 - left-click = cycle weapon
 
Sound from Zapsplat.com
Source Code: https://github.com/michael-dean-haynie/littlejs-game-jam-2024
| Status | In development | 
| Platforms | HTML5 | 
| Author | iamcadenza | 
| Genre | Action | 
| Code license | MIT License | 
| Average session | A few minutes | 
| Languages | English | 
| Inputs | Keyboard, Mouse | 
| Links | github | 

Comments
Log in with itch.io to leave a comment.
Is the terrain procedurally generated? That would be a neat feature.
:) Yes it was! I used simplex noise to procedurally generate a new random terrain every round.
https://www.npmjs.com/package/simplex-noise
Credit to this awesome youtuber who broke it down for me and my high-school algebra skill level.
If you are interested, you can actually play with the noise parameters inside the game.
Toggle the UI by hitting tilde (`).