Play game
Sunbound (64p Starbound Clone)'s itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Gameplay | #113 | 2.500 | 3.750 |
Authenticity (Use of resolution restriction) | #132 | 3.167 | 4.750 |
Overall | #147 | 2.083 | 3.125 |
Graphics | #155 | 1.833 | 2.750 |
Audio | #161 | 0.833 | 1.250 |
Ranked from 4 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Leave a comment
Log in with itch.io to leave a comment.
Comments
Nice idea with some potential. :-)
Thanks! :)
Would have loved to see this as a full game. It has a lot of potential , and the procedural generation feels really well done. (And just a quick question, how did you get smooth controls with processing? I've been struggling with that for a while now)
Thank you!
What do you mean by smooth controls? Like just the physics or the key inputs?
The key inputs. For some reason, they don't update properly for me. If I pess UP then RIGHT then release UP, then it still registers as UP for a second or so.
Oh yeah that was so annoying. The way I fixed it was instead of checking if a key was pressed using keyPressed and checking hat key was being held at the time, I had up, left, down, and right variables. In the keyPressed() function I check what key is pressed and change the variable to true, and in the keyReleased() function I check which key gets released and change the variable to false. This way you can check if multiple keys are pressed at a time, and it doesn't do that weird thing where it can't decide what key is being pressed. Sorry if that was confusing but I hope it helped :)
Heres an example with two buttons (left and right)
Wow, why didn't I think of this? It's a shame I didn't find any online tutorials or documentation dealing with this problem. Thanks a lot!
With a bit of work you could make something out of it in the future. It's a nice entry, well done.
PS: If you have the time please try my entry, https://itch.io/jam/lowrezjam-2018/rate/293637
Cheers
Thank you! And yes, I'll check it out when I can :)
Cool game to me made in processing!
Thanks! :D
Hey, this is awesome! Would love to see an expanded version of this. If I managed to finish my entry, then you'd def. have a vote.
Thank you so much! I'll have to check out your project! :D
Np!
I haven't released the source code for my entry yet though (I'd like to do some more work on it first). I did tweet about it a bit as I was working on it for the jam though - I'm @SBRLabs on twitter. If you're really interested, I may be able to give you a copy of the source code :-)