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

Draw To ExitView game page

draw your own path to the exit!
Submitted by CloudWhisperer — 1 day, 10 hours before the deadline
Add to collection

Play game

Draw To Exit's itch.io page

Results

CriteriaRankScore*Raw Score
Use of the Limitation#412.5984.500
Enjoyment#551.7323.000
Overall#571.8043.125
Presentation#581.4432.500
Concept#601.4432.500

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

Team members
CloudWhisperer (Shuaib Ahmed)

Software used
Unity

Use of the limitation
With the drawing mechanic

Cookies eaten
I had 1 doughnut ;p

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

Cool game!

It wasn't hard but i enjoied it.

I'm curious, how did you implement collisions for the line?

Developer

Thank you! Sorry for the late reply o.o

When you draw a line it spawns a prefab with a line renderer. That prefab also has a child of a Edge Collider 2D. In the line script, i set the values of the size index (in the positions tab of the line renderer) to where the mouse is , so i just have to get those values and set it on the edge collider 2D as well. And then i just set the tag or layer as ground so the player can walk on it. im not very good at explaining things, but i hope it makes sense.

Submitted(+1)

Ooooooh makes sense, i completely forgot Unity had an EdgeCollider component, that's a smart use!