Skip to main content

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

insidemyshell

18
Posts
1
Topics
A member registered Aug 07, 2025

Creator of

Recent community posts

Hello, yes, the team is still open and looking for members to join!

I was probably planning on doing some sort of 2d game, especially given that my own game making experience mostly comes from 2d games, so 2d art is a good fit. Also, I am very much an amateur when it comes to music production, so another set of hands working on that would be really helpful!


I'll probably set up a server for the jam when I get the time, but in the meantime, my Discord username is inside_my_shell.

Hello, and thanks!
Sorry it took a while to get back to you, but if you're still interested in teaming up, I'd absolutely be interested in talking more. I'm fine to talk either here or in Discord; whichever one's easier. My Discord username is inside_my_shell.

Hello all,


I'd like to join or form a casual team for the game jam. I've participated in a few game jams before, in several roles, but mostly as a hobby. Most recently, I took part in the Juniper Dev Serious Game Jam, and did the pixel art for the entry Rock Paper Rollcage (Posted by Denoda), as well as the code for the split screen shader. I also did the music and some of the code for the game Stealing Time, which I worked with along with TheLivingDood. In terms of gamedev, I mostly work in Godot, and can use both GDScript and C#. I'm also proficient with Git. Recently, I've been working on personal projects and portfolio things unrelated to gamedev, but I can provide links to the repositories for some of these upon request, if you would like to see samples of my code. I can also send samples of my art (all 2d; I'm not proficient with 3d modelling) and music if needed.


As mentioned in the title, I'm aiming to be part of a more casual team. While I would obviously like to commit some time to the jam, and am completely willing to commit at least 2-3 hours per day for the full duration of the jam, I have other things I need to balance, and do not want it to be a full-time commitment. I'm mostly here to have fun! Thank you for reading this (I know it got a bit long), and happy jamming!

(1 edit)

This was really fun, and looked very professional, with a clear and cohesive sense of style, which is impressive, especially given the amount of time you had to make the game! The game loop was also satisfying, to the point where I played for the better part of an hour.

Thank you for playing, and I'm glad to hear you got through level 2! For the collision boxes, changing the size of the sprites to indicate the actual positions of the hitboxes is a great idea, and something that we'll definitely try and take into account in future updates after the jam. As for the last level, it was a lot of fun to design. We're both pretty new to level design, but I thought that would be a fun way to use the mechanics we had to create a sort of puzzle, and I'm glad that came across in the final result.

So sorry about this bug making it into the uploaded version of the game. The stone doors are based on a timer system and are supposed to shut only when the player approaches. Instead, due to a bug, they shut at the start of the level. For the second door, up to 15 seconds can be taken away from it, so it's only possible if you start opening the second door 15 seconds or fewer after the start of the level, and even then, it requires an annoyingly long click. Sorry again about the bug, though, as I know it makes the level incredibly irritating to get past. Thank you anyways for playing, though, and we plan to fix it as soon as the jam is over.

Thank you for playing! Sorry about the bugs on level 2; I know that it gets really annoying having to hold the click down on the stone for that long. It was something we noticed and had thought we fixed, but that still managed to slip into the final version during the rush to submit the game, and we're planning on patching it as soon as the jam is over.

(2 edits)

Notes: On level 2(the 3rd level with the stones), there is a glitch where the stones automatically fall. They are supposed to stay up until the character approaches, and they worked during in-engine tests. Level 2 can still be beat, but requires quick movement, since only a limited amount of time can be stolen from the stones, and requires a long left click for the second stone door encountered. Additionally, some inputs(up and down) were removed from the game and the start menu, but were overlooked and left in on the pause menu options. These input options should not be used. Lastly, this game saves the player's state and key bindings, but only stores one at a time. On the first time opening the game, the player can navigate via arrow keys and WASD, and jump using either the up arrow or the space key, but after leaving and returning to the game, only arrow keys will work. This can be fixed by rebinding the keys in the options submenu of the main menu. Apologies for the bugs.