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

Updated 1 day ago
Published 2 days ago
StatusIn development
PlatformsHTML5
Authoriamcadenza
GenreAction
Code licenseMIT License
Average sessionA few minutes
LanguagesEnglish
InputsKeyboard, Mouse
Linksgithub

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 (`).