Play game
Care's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Legitimacy (score low for jam-spam, high for authentic "in the spirit" entry) | #1 | 4.909 | 4.909 |
Originality (score low for unoriginal, high for original ideas) | #5 | 4.455 | 4.455 |
Adherence (score low for poor theme implementation, high for sticking to theme) | #5 | 4.455 | 4.455 |
Impression (score low for unimpressive, high for impressive) | #8 | 4.000 | 4.000 |
Ranked from 11 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
Interesting pixel art graphics ) I also like sweet colors. Good job!
About the only thing I haven't made on my own xd
1:10 min before the deadline man you live on the f***ing edge XD
If they give me the whole time THEN I WILL USE THE WHOLE TIME xd
I think the way you've taken "Future" as a concept and delivered it in a short, interactive, educational and fun, complete game is brilliant. If i'm honest, your parents have done a cracking job given the values showcased right here.
It's not perfect, there are spawns of litter behind assets and it's possible to escape the map. There is also a crash that might relate to the fruit basket, but between me and one other we can't establish exactly what the cause is. (Day 1: Buy fruit basket. Day 2: Buy plastic bin. <Something strange happens here>)
Ultimately though, this is an incredible contribution and my rating towards this reflects it. It's up there with one of my favorites from the jam.
Thank you very much for playing and giving your rating. I'll look at the crash later but the jam code is a mess anyway.
Yes, the collision map is quite buggy. I believe you can even walk on some bushes below the supermarket. I just wanted to focus on the core game. It didn't need to be perfect
I couldn't reproduce the crash :/
Very good game. But was it really necessary to put all the code in a single file?
I didn't want to have to deal with circular dependency problems. For me it was just easier to just put it all in one file
It's a code jam. If someone is writing clean code they're doing it wrong. 😂
hahaha it's fun!! :D great work on this one, although I think the energy bar stays the same so it's hard to tell when I am about to get too tired to put away trash lol.
I tested that it should work, also there's a bug that you can't buy the bin for plastic garbage, so there's sadly no perfect run possible. I'll update that after the jam
Oh wait I got it to work :P
this might help others :D
first, install python
Welcome to Python.org
use this link to install pygame
How to Install Pygame | Computer Science (hofstra.edu)
then install NumPy
How to Install NumPy {Windows, Linux and MacOS} (phoenixnap.com)
then click on the python file
nooooo I donno how to run it. I got py game but it still does not work?
You need to install numpy too sorry
I couldn't get It to work. On my linux machine. It crashed twice.
yea the bat only works for windows, the .py file works with relative paths so it doesn't work if you won't set the cd to the directory
You need to install numpy too