Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

The gameplay is fun. I also like that after being spotted, there was an option to run away if possible. Fun to see a small story in this. Not a lot of game jam games have a "story". The small extra things in the game were a nice addition: character customization, screen transitions, zoomed out map and all that. It makes the game feel more "finished" even though gameplay wise it only had a few mechanics.

Thanks for noticing that! For this gamejam i tried to use a different approach since the theme was kinda constrictive with many games mainly focusing on time. Im glad you enjoyed the game!

(+1)

A technical question. Did you just use colliders for the vision cones to detect when they see the player or is there another way to create that mechanic?

Because I used unity I used something called an Overlap Circle to detect the player. Then used sin cos to make the "vision cone". When the player is inside the vision cone I simply called an raycast to see if anything was obstructing the guard's view.