On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Super Demolition Wrench NinjaView game page

A stealth game about disassembling a building from within!
Submitted by RosieMoo (@TheXandan), drScrub, TheGameChaser — 1 hour, 18 minutes before the deadline
Add to collection

Play game

Super Demolition Wrench Ninja's itch.io page

Results

CriteriaRankScore*Raw Score
Music and Sound#113.8893.889
Overall#263.5563.556
Balance#303.1113.111
Overall#373.3023.302
Polish#413.1113.111
Fun Factor#423.2223.222
Visuals#563.1113.111
Weirdness/Charm#693.1113.111

Ranked from 9 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Video url
https://youtu.be/pU8Ux1FTKvo

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

Fun stealth game. Super cool music! Nice puzzles and good enemy AI.

Submitted(+1)

Stealth + wrenches? Of course! :D 
Those vision cones are really neat! How do they work?

Developer(+1)

Thanks! The cones are a series of raycasts that we shoot out from each enemy's origin. So we created a Ray object that:

  1. Shoots from origin of Enemy objects
  2. Checks for Object collisions (if any)
  3. Returns the first object hit
  4. Does an additional collision check to determine which side of the object Sprite it hits
  5. sets the draw distance of the ray to the point on the side its colliding on. (and call draw_triangle() on each pair of consecutive rays)
  6. If the object is the player, changes the enemy state so it attempts to chase the player, instead of patrolling an area

I hope that answers the question, but if you want to take a look, the source code is available on github: https://github.com/nKowalchyk/StealthWrench

Submitted

Awesome, very helpful! Thanks!

Submitted (1 edit) (+1)

Cool level design and sprite art.  I like the wrench interface and when the bad bots spot you!   Might be cool to make the levels darker and  add lighting on enemies.  Great work!  Check out 'Puma Cat' if you can~

Submitted(+1)

WOW! Great game a lot of fun, The music was great. Great concept. And it felt very good when the bots see you to evade the gunshots and lose them ^^

(In the last level there is a white door in a wall below the blue door (or it was there when I took the blue cardkey)

Developer(+1)

Ack, that's definitely the kind of thing you miss when sleep deprived!  At least it doesn't break the level at all.

Submitted(+1)

No problem it was a minor thing and didn't break the game ;)