Skip to main content

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

Happy Cat Games

59
Posts
2
Followers
1
Following
A member registered Dec 14, 2024 · View creator page →

Creator of

Recent community posts

Well I drew the cover art and the little sprite character. The 3D models came from the GameDev.tv game jam bundle they had on sale prior to the game jam. I'm hoping to follow Grant's YouTube videos on the grease pencil on simple 3D models that I could model in Blender so I could achieve the same art style that I drew for the main menu and Lumi. I am only a 2D artist so I did the art where I could D: The 3D models are beyond me at this point!

Very smooth game! I was somewhat confused in the beginning since I eventually got to the destination, but I didn't realize you had to do it quickly to get a better rating :P Very unique gameplay!

Awee thank you! I was really struggling with the daytime environment post processing especially since I had to restrict this game to compatibility mode which doesn't have things like volumetric fog available to it and various other things. It's something I definitely want to keep tweaking! I have never done indoors or else I would have just stuck with directional light, but that doesn't make much sense for an indoor environment :P

Ahhhh you're using screen_relative which is tied to screen space. Did you try using the relative property from the event? That uses the mouse movement deltas from the pointer instead!

I would definitely avoid using global_rotation every frame too! It can start acting wonky from my experience. Try using the rotate method there most definitely <3

rotate_y(-event.relative.x * mouse_sensitivity)

But yeah from the code, I'm seeing screen_relative being the main issue since that's screen-based!

Haha I love the pun by the way xD

Wow overall 5 star rating. Dang, this is VERY well done! I love it. The puzzle was super challenging, I couldn't figure it out completely, but I had fun figuring out what I did. Beautiful job!!!

Ahhhh that makes total sense! I am also in Godot! I'm wondering how you're doing the rotation on the y axis. Are you doing something like rotation.y = get_viewport().get_mouse_position().x?

I didn't know if you could try something like this:

func _input(event):
    if event is InputEventMouseMotion:
        rotate_y(-event.relative.x * mouse_sensitivity)
        camera.rotate_x(-event.relative.y * mouse_sensitivity)

That's if you are using a mouse_sensitivity variable or something at the top. I'm not sure if you are, might be nice <3 Not sure if this helps at all or if this is how you are already doing it! I never designed a first-person camera view like this yet in Godot (only in Unity)!

THANK YOU! I had a few other people mention this too. I think I honestly might push it further since it seems like some people are interested which warms my heart to pieces! D:

I have had at least 4 people mention they would like me to continue it past the jam so I'm honestly really thinking about it. I might start posting a devlog starting over so I can make the puzzles more enhanced and possibly post my progress on YouTube or something <3 I really appreciate these kind words! Thank you SO much!

Thank you!! I was really hoping I had time to add more levels, but I spent a lot of time on the world environment, animations and art, and the intro dialogue (which I really wanted a cinematic art animation for too) :P I was hoping for at least one more level, but I was already pushing midnight the day prior.

I am going to keep looking into the lag. It seems to only happen in the web version!

THANK YOU! The world environment node is what I worked on first thing when I started the project. I couldn't get the daytime the way I wanted it but it's because I had the game in Compatibility mode for web support so I couldn't use things like volumetric fog and whatnot. I'm hoping to enhance the environmental feel if I push it further to Steam or something small :)

Thank you so much!! I don't know if you ever watched Spirited Away, but that's where I got inspiration for him when drawing him! Those little soot characters are just so adorable and they worked well with the idea I had! Thank you SO much for the kind words!

Ahhh that makes sense then! I use keyboard and mouse and doing the A/D is definitely very sensitive. Even a way to adjust the sensitivity would be enough <3 Not so much the controls!

Great job at the artwork <3

I actually do have a coyote timer for the player movement with the jumping so it felt more gravitational pull when you get over the arc of your jump. I could have maybe increased it more to make it show more. I was taking Rayman Legends sidescroller as an inspiration for the player movement but their movement is soooo good.

The first room was actually supposed to be the tutorial level, but I didn't have time to code the actual tutorial part of it so I resorted to just plopping in the controls UI you see at the bottom left since I really wanted to get in the intro dialogue scene and the main menu scene background that I drew :)

Ahhh really?! I know switching between worlds is a very popular mechanic even in big game titles too. It's such a neat concept. I am obsessed with the aesthetics for Paper Mario so if it was anything like that, I would have been sold :P I wanted to keep my character 2D so I could do the animations and drawings for it since I'm not a 3D artist, but I know I have seen some games mix in 3D environment with 2D characters!

I really wish I had more time to make more levels! I prioritized getting the controls UI since I didn't have time to do a tutorial level (the first one was supposed to be that with a walkthrough).

Haha thank you so much! I really wish I had time to develop more games, but I really wanted to get the controls UI, intro dialogue, and main menu scene done :P

Awee that's awesome to hear you're going to continue developing! I love the creepy vibes to it too (the opponent) :) Thank you so much for playing mine too <3

I really like the footstep sound effects. My mouse view kept getting lost off screen and I couldn't continuously turn which was giving me difficulties playing. I only got through the first electrical box since the other character's name wasn't anywhere in the map so I wasn't able to find his box to start the puzzle. The concept seems pretty cute and it was aesthetically pleasing to look at.

This game is HILARIOUS. I was so confused with the concept at first, but I honestly really enjoyed it. It had me giggling while playing. I only matched 3 since I was a little lost in the beginning. Totally forgot you had to right click to zoom in to see their orientation and whatnot :P This is hilarious. I can't get over this. One of the most unique games I've seen in this jam! Great job!

I couldn't figure out the game and the cards that were supposed to be connected. I think the concept is there and it's really cute and I love the art and the way the strings form to the cards, but I couldn't figure out the answers/puzzles.

Omg did you draw this entire scene!? It's so darn cute!! I absolutely love this art style! I wish the game was longer with more levels, but the concept behind it is SO cute!

Yeah I couldn't figure out why the web version kept doing a little bit of lag here and there since it doesn't happen in the exe or when running it on a local node server on my computer. I knocked down the size to 25MB too, but I think I could possibly optimize it more if I did some more research. Never got to the point of optimizing a game so it's definitely my weak suite which I will research more on :)

Thank you so much! I had a lot of fun drawing Lumi. I got to do my first animation in Clip Studio since I'm used to using Procreate! :)

Awee thank you so much <3 I'm not sure why the web version of this game does that lag thing. It doesn't when I run it on a local server on my computer or with the exe download of it so I'll have to look further into it.

Thank you so much for playing and the kind words! I really wish I had time to build out a couple more levels for the jam!

Yes! <3 I wanted it to feel like a child's coloring book since that's the main storyline behind the game (in a child's dream/subconscious). Thank you so much! I have been drawing since I was 12 so I was excited to draw the main menu scene :)

I really wish I had time to build out a couple more levels <3

Beautiful game. I'm usually not into automation games, but if you give it a creepy darker vibe, I'm all about it! This was definitely incredible for the little time we had for the game jam. Great job!

I noticed this with the web version too! I even re-imported the meshes too to make the textures lossy instead of the vram it was by default. I got it down to 25MB so not sure if the downloadable version would work better, but I'm hoping I can minimize the size even more when I push the concept further to prevent the lag <3

Thank you for the kind words <3 I really wish I had time to add more levels! Maybe when I push it further to possibly release it on Steam since I had a few comments hoping I would continue it, I will definitely have more levels, but possibly way more intuitive day/night puzzles too with more animations and involvement!

Awee thank you so much! I really wish I had time to add more levels! When I go to possibly flesh this game out more for a Steam release, I want to make the puzzles more intuitive and animation-packed. Thank you for the kind words! <3

Are you referring to the background decorations? I could try to incorporate a puzzle with those for sure. They were more just decorations for the playroom level :) I think it would be really neat to include those especially with the whole mode switching. Thank you for the suggestion <3

Aweee thank you so much! I really wish I had time to make more levels and to make the puzzles a little more complex with some animations (I would need to get better at 3D modeling for this I feel). Thank you for the kind words <3

I think the art and the story line and everything is super cute. I love that you have to connect two targets together to actually blow them up! The controls are a little too sensitive which makes it difficult to shoot the targets, but overall it's so cute. I love the pixel art! Did you do the art? <3

I think some levels were repeated, but I really like the concept. The art is super cute! Did you draw the characters? I noticed in some levels when the characters collided, they weren't perfectly matched up. I love the music and the art!

I couldn't get past the rolling lava waves in the knight armor, I kept dying right there, but I think I get the idea behind the game. It's really neat. I wonder if more puzzles could be integrated for planting the acorns, I was sad I only got to plant one :P

I couldn't get any points in this game. Tetris is already challenging enough so trying to connect pipes with the pieces was pretty much impossible for me. It felt really nice and pleasing to play though!

Couldn't get past the first level since I'm not used to playing games like this, but it is REALLY cute. I love the grid placements and how everything feels "connected" :P Did you do the art yourself? I found it absolutely adorable!!

I absolutely adore how the 2D puzzle part connects with the 3D environment and changes it. I honestly have never seen this concept before so it was incredible! I loved the cute little character, his animations and everything feel so smooth! The sound effects especially with the 2D puzzle were so soothing and made me just want to keep clicking the 2D puzzle instead of continuing xD

Omg thank you so much! Your comment is so wholesome! I really appreciate it <3 The 3D models were from the asset pack GameDev.tv sold prior to the game jam release. I did the 2D art myself since that's what I have been doing since I was around 12 years old. I'm a full-time web developer so jumping into the game development world over the past year has been so incredible. Thank you SO much for the kind words!

Awee thank you! Honestly I do want to take my concept and push it further and make the puzzles more complex. I had somebody else say the same so it's definitely making me rethink of just making it a game jam prototype <3

Thank you so much!! D: I was so happy I was able to include my art in here too!!

This is a super cute game! Great job sticking to the theme. This is really unique and reminds me of a Neopets minigame I used to LOVE steering the plushies into the toy box. Some levels were really challenging so kudos!

This was interesting. I wish there were sound/background music and sound effects. But the overall game was fun, loved the pixel feel to the art. I was able to click Call without selecting anything at one point and got all 3 of his 3's somehow so I could call half-xinho. Pearls added up way too slow to purchase anything from the shop. Overall though, it was really enjoyable!