Skip to main content

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

Ocean Gate ExplorationView game page

Submitted by makerk — 3 days, 10 hours before the deadline
Add to collection

Play game

Ocean Gate Exploration's itch.io page

Results

CriteriaRankScore*Raw Score
Theme#3803.1673.167
Innovation#6122.0422.042
Overall#6432.0832.083
Fun#6432.0002.000
Graphics#6632.0832.083
Game Design#6851.8751.875
Audio#7491.3331.333

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

How does your game fit the theme?
You "Dive Deeper" to find the Titanic

Did you write all the code and made all the assets from scratch?
Yes i wrote all the code and made all the asset from scratch

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

very nice game i liked this game a lot. you should check out my game

Developer

thank you! and yes, i will check out your game.

Submitted

I feel like there are not nearly enough wrenches to actually play the game, but it was definitely quite an interesting idea. Maybe add more wrenches and some way to know when you're getting closer to the goal? Or is being lost and exploding the point?

Developer

nice idea, but for my game jam games, i don't really update them. i just leave them be.

Submitted

good

Developer

ty!

Submitted

A nice idea for a game, but when you go to the boat several times the character just flies by. And so good work)

Submitted

I like the idea of simulating actual forces on a submersible, and having that be the basis of the game, and I think it could be better implemented if pressure damage was a function of depth and time instead of just depth. 

Also, for short jams, it's important to not let scope creep affect development. This game has two distinct sections, one on land and one in water, the first isn't really the main focus, yet would have taken a significant amount of work to create (setting up controls, physics, assets, etc). Try to keep your focus as a developer on fully developing main part of your game, and branch out from there if you have time.

Developer

yes, I definitely will keep that in mind in my next game jam.

Submitted

Great concept and interesting gameplay!

Can you rate my game please? thank you 

Developer

thank you! and yes i will play your game

Submitted

Smooth movement, I really liked it. A little humour with the name and story :) It was fun to play !

Can you try and rate my game ?

Developer(+1)

thank you! later i will play your game i am busy right now.

Developer

btw, how is there humor in the name and story

Submitted

bcs of ocean gate tragedy

Developer

to me that's not really humor, but ok.

Submitted

Unfortunately unplayable for me due to the pressure increasing too fast for me. I believe the pressure is tied to frame rate instead of time. I would take a look at the difference between FixedUpdate() and Update(). Art and story is really nice!

Submitted

Interesting game, but when if you go to the bottom as fast as possible you can get to the titanic without having to collect wrenches.

Submitted(+1)

I get the impression that pressure is tied to frame rate rather than time. For me, it takes about 4 seconds for the pressure to go from nothing to full, which I assume isn't the intended experience. If it is, it's just way too fast, especially considering that wrenches just spawn in at random at points you've already passed.

Submitted

I think you are right about this.

Developer

yes, that is the intended experience, but I think I COULD change that because everyone is saying it's too fast.

Submitted

Too soon? This game didn't make much sense and really needs more polish to be playable. It definitely fits with the theme though!

Developer

bruh, read the description most games like this one will tell you how to play.

Submitted (1 edit)

its a cool mechanic even though I didn't have time to pick up the wrenches, it would be great if the pressure increase more slowly so we get more time to explore

Developer

the game is supposed to be like that so it's a rush to get the first wrench and then it's a bit calmer.

Submitted

wow so that game is very intense

Submitted

The game is replayable, you can try reaching the titanic without collecting any wrenches.

The sprites are good, but there aren't that many. In general the controls especially on land are not that great, Unity really is not that good of an engine for small games like these, I would recommend Godot or GameMaker ;)

Developer(+1)

thanks, and also i tried Godot and Gamemaker but i don't really like those game engines plus i am trying to get better at making games in Unity, but thanks for the suggestion.

Submitted (2 edits)


There are multiple ways to prevent the player from falling into the ocean. You can put a box collider 2D right at the shore of the island.

Another thing I noticed is that the submarine is ignoring colliders entirely and instead is just forced out of sprites, which makes me believe you are just changing the submarine's position depending on input. You can add a Rigidbody 2D and directly change its velocity to get similar results, but with proper collision detection.

I also notice that when you use KB to move, there is some gradual acceleration but when I use a controller, the acceleration is instant. Mid-air movement with the character is a bit too floaty. I believe both of these 2 things don't matter as much, but I wanted to point that out.

Overall, it is not a horrible entry. Falling for eternities while the player character distorts out was a treat to watch


EDIT: I accidentally posted this 3 times,  sorry about that


Also for those who don't know how to play this game, there's a good amount of info on the Game page itself.

Developer

which colliders does the submarine ignore?

Submitted

The island collider. It just goes through with some glitching but rather easily

Submitted

I believe it is just bug or I did not understand how to play it and in this case sorry...

Developer (1 edit)

read the description of the game it tells you everything you need to know about.