Play game
Change's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Fun | #1 | 4.000 | 4.000 |
Controls | #1 | 3.857 | 3.857 |
Originality | #1 | 4.571 | 4.571 |
Overall | #2 | 3.714 | 3.714 |
Audio | #2 | 3.571 | 3.571 |
Theme | #2 | 3.714 | 3.714 |
Graphics | #3 | 3.429 | 3.429 |
Story | #4 | 2.000 | 2.000 |
Ranked from 7 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Source URL
https://github.com/splerp/change
Leave a comment
Log in with itch.io to leave a comment.
Comments
Faith may be able to move mountains but aint no force in the verse can move my stacks o' sweet cold hard change! Great game! I'm learning monogame & game design @ the moment & look to people like yourself as role models.
Hey, thanks for the comment and kind words :D In the next week or so I'll be making the source code a lot easier to look at (e.g. adding comments everywhere), so if you like I can let you know when that's available. Feel free to ask about anything too!
Vote done! Your fix worked like a charm, and the game is really original & fun! Had to get the balloon way-of-moving but now that's very good! Is that infinite btw?
There's only a set number of stages before the game ends, so not infinite - but I didn't have time to properly balance it so it might be impossible to finish :< Glad it works for you now xD
That was pretty amusing!
Hey, thanks for playing :D
I can't launch/run it at all, tried normal & x86 versions. the windows pop, all black screen, 0.5s of music then crash. (0.5s of music when it close too)
So i can't vote. Could you fix it? (patch possible?)
Thanks for letting me know - which operating system are you using?
Win10 64 (OpenAL installed) :/
I've uploaded a new version (Change-DesktopGL.zip), which might fix a problem with music playback. Would you be able to give it a go and let me know if it works for you? Thanks!
"Game1 crashed" :/
I'll be able to look at it again in a few hours - I'll let you know when there's a new version up, thanks for your patience
Thank YOU! ;D
As additionnal informations, when i debug (all versions), i get an exception "'System.Collections.Generic.KeyNotFoundException' happened in mscorlib.dll", "Given key is missing from dictionnary".
Aha, this helped me find the problem! In the code, I display the score as a number e.g. "150.10". I didn't factor in that a bunch of places write this as "150,10", and that comma is what I'm guessing is causing the crash. I'll be able to upload a fix for you in a few hours but changing your computer's language *might* make it work for now? Sorry for the inconvenience!
The fix is up, try re-downloading and see if you have any luck
Hi, please check out the game's page / the included README.txt for controls and other instructions! Thanks