Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

getawayView game page

this is a map builder, the goal is to try and let the criminal escape sucessfully
Submitted by studio studio studio — 1 day, 19 hours before the deadline
Add to collection

Play game

getaway's itch.io page

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

This game is so sick!! I love the way paths redirect as you move items on the map, its really impressive! Great work!

Developer

thx man, glad u liked it

Submitted (1 edit) (+1)

From a programming perspective, this is a really impressive videogame, from a videogaming perspective, this is an amazing puzzle game, that was very enjoyable to play, wow!

Awesome game man!

Developer

thank u :D GLAD U LIKED IT

Submitted(+1)

cool puzzle, little hard to grasp as the game makes decisions by itself that arn't clearly stated but very cool.

Developer

thank u :D

Developer

do u think it will be better if i make tutorial button automatic in the begining of the game?

Submitted(+1)

Well done, pretty unique concept!

Developer

thank u :D

Submitted(+1)

Very cool!

Developer(+1)

thank u :D

Submitted(+1)

Your game is insanely creative, how does the AI decide what path to take?

Developer

it calculates step cost of each tile, and choose the one with cheapest cost. normal tiles is 1, and the road that gives a double speed up cost 0.5. boxes cost 7, which is approximately  the tiles it could go around if it didnt step on the box. i eyeballed my numbers, but its mainly made so that police will not default go around the box and sometimes get stuck. and i also set priorities for police, you can see in the game, some times they tend to block the exit instead of trying to catch the criminal, and some tend to set their destination on where the criminal will be a few steps later. and in some levels, i intentionally made them dumb. i didnt put too much time designing the levels tho