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

Caught in the Web of Death or LifeView game page

Submitted by Brownie Dev — 1 hour, 54 minutes before the deadline
Add to collection

Play game

Caught in the Web of Death or Life's itch.io page

Results

CriteriaRankScore*Raw Score
Use of the Limitation#1072.7272.727
Concept#1472.1822.182
Overall#1502.1142.114
Enjoyment#1681.7271.727
Presentation#1741.8181.818

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

Team members
1 :made the game

Software used
Unity

Use of the limitation
there was no ground.

Cookies eaten
0

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

Nice.

Submitted

well I guess I can only say, congrats you made it! :D

Submitted

I understand that you wanted to achieve the feeling of a fly struggling to move in the web but sometimes it jutters me right back when I press move button and I get caught as a result.

Developer

Thats the invisible barrier I'm not sure why but for a moment the fly goes in it and back out to for less then a second

Developer

I have fixed it where the game now runs in full screen on webgl

Submitted

nice job, i wish i had a little more space to see the spiders coming so i could dodge them. congrats on finishing and submitting a game to a game jam!

Developer

Yeah the game is not in full screen there and i dont know how to make the game go full screen in web gl but the screen is bigger in the downloaded version of the game

Developer

fixed the games fullscreen problem now

Submitted (1 edit) (+1)

Must be a first timer... 

Nice and fun game, if you want to be able to hold buttons instead of having to press, use 


Input.GetKey

not

Input.GetKeyDown


or even better, use Input.GetAxis("Vertical")

which u can then insert directly into 


[rigidbody].move(new Vector3(0, [var], 0));

or

transform.position += new Vector3(0, [var], 0)


Goodluck on your game making journey :)

Developer(+1)

Yeah the weird thing is i did (Input.GetKeyDown ("up")) anyways glad you liked my game

Developer(+1)

oh nvm

Developer

I get it now

Developer

The web gl game can not go full screen as if right now so if you want the game to be fullscreen you can still download the game on the games page at the bottom also if you click quiut in the web gl version the game just stops running

Developer

I changed where you can play in webgl now instead of having do download the game :).

Submitted

Intresting Idea but without any prompts you can just stuck in a few minutes at the start because of strange movement of character when you colide with up or down border you just thinking why? I press up but it doesn't move! So it will be better to do that it will be not invisible but some sort of thing that you can understand, That a border. Nice work and cool ijncreasing difficult I think you caught a good balance in skill of player and difficult of level, so it doesn't start to be boring. Good luck, and see you next time!

Developer

Thanks for the feedback, I'm glad you liked my game although the movement is a little weird with the borders. I don't know why the collisions are a little weird, but the character goes in the borders and back into the level when the character collides with it. Any way glad you liked my game!

Developer

there is one on the bottom though

Developer

In level 3 there is no invisible barrier so dont go too far up i will fix it after the jam ends