Skip to main content

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

WORLD-6View game page

Small sci-fi adventure game for Godot Wild Jam #94
Submitted by Squabbler — 14 hours, 42 minutes before the deadline
Add to collection

Play game

WORLD-6's itch.io page

Results

CriteriaRankScore*Raw Score
Audio#94.0874.087
Graphics#114.6094.609
Accessibility#173.7613.761
Overall#173.8513.851
Controls#203.8703.870
Fun#273.8913.891
Originality#393.8043.804
Theme#1452.9352.935

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

Godot Version
4.6.3-stable

Theme Interpretation
mutate blocks, mutate the world itself to progress

Wildcards Used

Disassembly Required

Demolish break or otherwise disassemble things

Discord Username(s)
squabbler

GWJ Participation Level
This is my 2nd GWJ

Team Size
2

Generative AI Disclosure

I confirm that this jam entry does not contain any AI-generated content

Leave a comment

Log in with itch.io to leave a comment.

Comments

Viewing comments 34 to 15 of 34 · Next page · Last page
Submitted

This was really fun! The setting kind of reminded me of how no man's sky starts, and I really enjoyed finding the resources to fix the ship. The Puzzles were really great. I loved the area transitions, those were really cool. I also really like how the areas connect in the end. One thing that I found a bit annoying was the objects that block the player. I think you should make the hitboxes for them a bit smaller, so it won't hit them when it seems you aren't that close to them.

Developer

It's funny about the moveable hitboxes, because originally they were the same size as the block itself, but I changed it to be slightly smaller.  However, I do agree that they should be even smaller than they currently are.  Also, I think part of the accidental bumping is because the character is sliding too much.  Thanks for the feedback, and thanks for playing!

Submitted

Really enjoyed the experience! Well done with the level design and the art :D

Developer

Thanks for playing!

Submitted

I love art and music. Unfortunately, I was unable to figure out what to do, seems only I had this problem judging by the comments. I couldn't pick up the gun, couldn't go to ice zone and couldn't go past wood blocks in desert zone. It's probably just me being dumb.

Can I ask how did you make that transition effect between different maps in Godot? I have no clue how to make something like this.

Developer (2 edits) (+1)

Originally I had the character waking up around 4 rocks so it was impossible to not move one.  But I thought that looked off, so I removed 3 of them, hoping that players would bump into it to see that you can move them and have an ah-hah moment.  So that's partially on me for not designing it in a way that made sense or forced the interaction.

The transition effect is a couple of different things working together.  Firstly, it's not really a cube.  The transition is just taking screenshots of the current and next level, placing them on a quad, positioning those quads to represent a cube rotation, and rotating it.  

As for positioning the player on the next level, I made a node called Door, which represents a way to get from screen to screen and it's just an Area2D with a player spawn Marker2D, but it has two variables that controls where to take the player (level and direction - left, right, up, down).  This allows me to find the doors on the next level and position the player at the door which points to the level they came from.

Send me a msg on discord if you'd like some more information.  Thanks for playing and commenting!

Submitted

Nice rpg with great graphics. Cool scene transition as well. Liked the intuitive mechanics that didn't require explaining in the dialogue

Character controller did feel a bit slippery, like my inputs were delayed or applied longer than expected. Wasn't an issue for the gameplay itself.

Developer

Yeah I had the character controls setup in a way that I could adjust the ground stickiness and acceleration, but I guess I got too used to it when testing features that I didn't think to adjust it for polish.  I have an update ready to go once voting is done to address that and a few other things.  Thanks for playing!

Submitted

This is fantastic game! Loved the art style, vibe and overall gameplay, was enthralled from start to finish!

Developer

Thanks for playing, I'm glad you enjoyed it!

Submitted

DANG GOOD GAME, wow. I'm so happy you came in at the right moment for the livestream, we ended up having a blast playing it multiple times. WELL done, and stoked for your next game! Hope to hear your thoughts on my little game, thanks! 

Submitted

Very cool :) reminded me of playing Commander Keen on DOS. You did a fantastic job with level design and I loved the way you did that cube flip scene transition. Really, beautiful and well-made game!

Developer

Ahhhh I loved commander keen ~ I haven't played one of those in ages!  As I've mentioned in other comments, I think level design is one of the hardest things to do and my weakest skill set, so seeing my ideas in this one get some love feels great.  Thanks for playing!

Submitted (1 edit) (+1)

Where to begin! I loved this little puzzle game. The puzzles were challenging but intuitive and didn't need a tutorial. The character kind of reminded me of Among Us. The glidy movement made me feel like I was on another planet with a different gravity. The atmospheric music was very fitting. I loved the cube transition when you went from screen to screen (I'm definitely stealing this lol). I was able to find all the parts to make the ship work and fly off. I wasn't able to get to the cassette tape, so not sure what that did, but overall amazing entry!

Edit: played a second time to get the cassette after reading the comments... great way to showcase your composer's work and it fit the ending credits! :)

Developer(+1)

Hey, thanks for playing... twice!  I had to get some help on how to design puzzles that were simple, but also fun.  Glad you enjoyed it, and found the mixtape.

Submitted

This was such a well made experience, each section had some really cool ideas, and I love how one area can affect another area, really nice touch.

One thing I really liked is how you taught the player how to interact with the world without having to write it out. The first time I played and accidentally bumped into the rock and moved... That was a really nice touch, and you continued that to the other puzzles as well. I made sure to replay a second time so I could get the cassette as well, I really liked how you made that an optional task.

Really well done, and some really nice approaches to design, great work!

Developer

I originally had 3 rocks around the player, to almost force a bump into one.  However, it seemed too much and didn't look right.  After changing it to one rock and one tile away, I was doubting that players would accidentally run into it.  From the comments I can see some players didn't realize you could move rocks from the start, and some did (which I assume could be accidentally hitting the placed one, but could also have been just seeing the gun and wanting the item).  All that said, it's good to know that design decision helped someone.

Thanks for playing!

Submitted

Amazing game! Love the pixelart you really nailed this particular style, and the level design was very good and intuitive. Wonderful work all around!

Developer(+1)

Level design is so difficult to me, so I appreciate reading the feedback around it.

Submitted

This game is really polished! The art is great too. Impressed ny this little narrative. My only gripes would have to be the blur between screen transitions and ESC being menu causes button focusing when pressed TAB so changing my gun had me flailing a bit. I ended up figuring it out tho and really enjoyed this.

Developer(+1)

Oh interesting, I never considered that TAB would toggle between the Sound sliders hahaha - thanks for playing!

Submitted(+1)

Cool use of changing world state, I like the mixtape as an optional. I had to replay the game and get it.

Developer

Thanks for playing... twice!

Submitted(+1)

Excellent art. You made a great little world here.  Very well done jam entry. 

Developer

Thanks for playing!

Submitted

The Art style and colors are amazing. I only found two out of three items before i could leave the Planet, did i miss a secret? 

Developer (1 edit) (+1)

Thanks for playing! The cassette on the island in the swamp is optional, but can be grabbed later after you trigger a larger event.  So yes, kind of a secret since it's optional.

Submitted

Has a bit of a cinematic flair at the beginning - nice touch! I really enjoyed the pixel art, and the player character's monologue is a really clever way of giving clues as to what needs to be done next. I encountered a slight bug where I was able to push a rock out of the area, but that was about it. Great stuff!

Developer (1 edit)

The writing for the monologue could have been much better, but it's what I got for the jam on top of everything else.  It originally was going to be an adventure log to track everything, but I couldn't design a solid way to show it, so I went with the monologue and simple items UI.  Thanks for playing!

Submitted(+1)

Dope music at the ending. 

Developer(+1)

Thanks for playing!  The music is the work of a friend, mhtraylor.

Submitted(+1)

I could totally see 10 year old me playing this game on GBA or something. Nicely done!

Submitted(+1)

I love it! The cube idea is neat. Overall it's a nice little game with a ton of polish. You clearly scoped it just right.

Submitted (1 edit)

Great little adventure game, I really liked restoring the desert ! The Art is nice.
I'll be honest, I pushed a lot of jelly cubes off the map

Developer

Push them all, since they ignore OOB apparently! hahaha just don't 2x2 the cubes, or you'll soft lock like I saw someone else do.

Submitted

Really cool puzzle game, amazing art style, and amazing sfx, just that i didnt notice any mutation maybe im just blind though, and found this bug  where the boxes can get pushed out the limits of the map

Developer(+1)

I'm thinking instead of only rocks that someone else pointed out, all moveable objects are ignoring OOB colliders, which is just a group setup mistake.  Thanks for playing!

Viewing comments 34 to 15 of 34 · Next page · Last page