Skip to main content

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

Defend The DoorsView game page

Doors
Submitted by Griorr — 51 seconds before the deadline
Add to collection

Play game

Defend The Doors's itch.io page

Results

CriteriaRankScore*Raw Score
Mechanics#9141.3362.500
Theme#9511.3362.500
Music#9570.8021.500
Fun#10041.0692.000
Overall#10131.0692.000
Aesthetics#10181.0692.000
Sound#10330.5351.000
Story#10330.5351.000

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

How many people worked on this game in total?
1

Did you use any existing assets? If so, list them below.
Assets from "Unity 2D RPG: Complete Combat System" and "ambientCG"

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

I survived for something like 77.0234 seconds, thats very precise :)

Well done for submitting your game but I had the same problem with the overly sensitive mouse. But it wasn't consistent, sometimes it moved fine and other times it flipped out everywhere.

Nice work though, keep building on it.

Developer(+1)

Hmm I wonder why the mouse sensitivity is like that? This is my camera method "Look"https://imgur.com/a/ubptRxO and I would think that the sensitivity would be consistent? Maybe overly sensitive, but not inconsistent. But I know that for me it was "okay", maybe on the edge of to fast. BUT I do have a mouse where I can change my sensitivity, so I have made it a little lower. SO I guess its faster for other people and I cant see that because of my mouse sensitivity?

Submitted

The rapid spinning wasn't consistent, which is strange, sometimes it was slower moving then it would move really fast. It could be in the Look function. In your Look function, you are rotating the X on transform.rotation, but rating the Y on camera.transform.localRotation.

Shouldn't you be rotating the camera on both X and Y in the same way? I'm assuming this code is on your player, so you are rotating the player on X but the camera on Y?

Developer(+1)

"so you are rotating the player on X but the camera on Y?" Well, yeah. So I rotate the y on the player with x input from the mouse, which rotates the player, with camera and anything else under the player. Then when its time to rotate up and down, you only want the camera to rotate. Not the player, just the camera. Thats why the y input rotates the camera. If you have any suggestions on a better way that would be great(I am pretty sure you could get a better working camera with Cinemachine)

Submitted

Yeah Cinemachine works pretty great, but I'm afraid I rarely develop in 3D so I don't have another solution. Either way it doesn't seem like it's that that's causing it

Submitted

Just played your game.

The mouse sensitivity was too high for me, I couldn't really control the player as a result.

Otherwise, you've got a shooting mechanic, the enemies do die and they break/open doors if they get the chance.

Keep going.

Developer

I wonder why that is, I guess the problem was that I have changed my mouse sensitivity with settings on my mouse, which is lower than other peoples mouse? Here is the code I use : "https://imgur.com/a/ubptRxO"