A downloadable game for Windows

You have to escape as many hostages as you can before the the time runs out. Robbers shoot hostages if they see them moving.

Control:

Select hostage: Left mouse button

Move hostage: Right mouse button

Move camera: WASD

Created for the 1GAM challenge in a month for the theme: "Nobody moves".

Download

Download
nobody-move.zip 31 MB

Comments

Log in with itch.io to leave a comment.

Hi!

I wanted to ask you a question during the game jam stream, but my internet connection was bad and I missed the first part.

How did you make the online highscores? Where do you store the data? How do you access it? 

I use a very simple free leaderboard solution: http://dreamlo.com/

Thanks, I will try it! :)

Also, I have another question. How did you create the line of sight for the robbers? Is it raycast based or trigger based? 

(1 edit)

I used this GPU-based line of sight lib: https://github.com/EntroPi-Games/GPU-Line-of-Sight

It uses a similar technique to shadow maps and  uses the mesh bounds for triggering visibility callbacks.

Thank you very much! :)