Play game
Super Maya And The Red Dot's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Audio | #9 | 3.051 | 3.667 |
Graphics | #20 | 3.143 | 3.778 |
Theme | #30 | 2.496 | 3.000 |
Overall | #32 | 2.589 | 3.111 |
Fun | #33 | 2.311 | 2.778 |
Mood | #34 | 2.219 | 2.667 |
Humor | #38 | 1.849 | 2.222 |
Ranked from 9 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Source code
https://github.com/alelievr/Open-Game-Jam-1
Tools used
Unity, Gimp, PaintStomStudio, VisualStudioCode
Leave a comment
Log in with itch.io to leave a comment.
Comments
When I try to launch the Linux build (on Fedora) I see this message and the game doesn't launch:
Any ideas?
Under Arch I get the same message but the game runs without a problem. Maybe you're missing a library? Try this and compare the results:
This message is not an error, try to look in the log file here: ~/.config/unity3d/CompanyName/ProductName/Player.log
Beautiful graphics! I included it in my Open Jam compilation video series, if you’d like to take a look. :)
Not so little platformer with an almost 800MB download x).
The controls could've indeed used some work (I had a lot of trouble with those platforms) and there were some oddities here and there (I beat the last level by falling off of it?). I also couldn't figure out what to do with the marks shot by the jukebox, and just completed level 2 by walking to the end with 1 of those blue orbs. I liked how the levels were different though, both visually and mechanically (even if level 2 was a bit... busy to my liking).
At first I was super confused since clicking a number + mouse didn't seem to do anything. Then I realized that it was the same bug I had with a previous game, where if I started the game in fullscreen it would not update the mouse position at all. Windowed mode worked fine under Linux though.
Hey Medjix! I just finished playing your game and I was really impressed! Very beautiful graphical touches like how the platforms warp in across the screen and the little particles floating around. I also really like the paralax scrolling. Very appealing visual design overall! Things I think could use improvement is that the first level puzzle could be easier. I felt like maybe this was 5th level difficulty to start. Maybe adding a few more easier levels are the start that introduce each game element. Really strong entry! Well done!
Thanks a lot !
We spent a lot of time on level design but without thinking about difficulty so there is no easy level, I think too that adding an intro level will be a good idea.
About the parallax scrolling, it's just a perspective camera with elements at different z indexes. This is not the best solution because it create some physic issues but it does the job.
Well, that was weird. The narrative is a little unclear here (and I think i glitch beat the last level?). My big issue was how slide-y everything felt.
Thanks for your comment ! We don't really thought about narrative or introduction and we are still looking for it x).
About the glitch, we forgot to link a door to the beginning of the level so it trigger the end of the game ...
For the character controller we don't get the time to configure input interpolation which causes this slide-y effect, sorry about that. That was our first game jam, we will be more prepared for the next one !