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

What a lifeView game page

Submitted by Justo Delgado (@jdbaudi)
Add to collection

Play game

What a life's itch.io page

Results

CriteriaRankScore*Raw Score
Originality#203.8204.067
Fun#223.6323.867
Graphics#243.9454.200
Controls#353.3193.533
Overall#403.3093.522
Audio#562.6932.867
Theme#752.4422.600

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

Godot Version
Godot 3.2.2beta2

Source
Yes

Game Description
A series of minigames following the day of a guy

Discord Username
mrcdk#8715

Participation Level
0

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

I had a blast with this! The game kept surprising me with different mini games and funny narration, mini games were very simple but fun, specially the knife one. Loved the graphics. Congrats!

Submitted

Those corporate bastards in line for elevator hated me. I saw that in their eyes. Definitely.

P.S. Game hanged a couple times not responding to any input. So I was in the elevator full of those bastards without any understanding what to do.

Developer

Hi! Thanks! yeah, the elevator game is quite buggy, ran out of time to fix it properly. Sorry!

Submitted

Nevermind, it's still fun

Submitted

realy cool game , i enjoied playing it , especialy the writings ,and the mini games are great , 

That was really fun and funny. The sound effects and the songs fit really well, and i think the writing was pretty funny. It's also pretty great that you managed to put in both an english and a spanish version

Developer(+1)

Hi! Thanks! I wanted to use the localization features of godot that's why I tried to do it in english and spanish. The idea was to have it in french and italian too but I don't know any of those languages and ran out of time to find anyone that could help me with them

Submitted

Very charming game! Sweet story and nice ideas for the minigames (I especially liked the first one and being the chef). Unfortunately the sound didn't work (windows) :-/

Anyway, great game!

Developer

Hi! Thanks! Yeah, about the audio issue..... I had it disabled in the editor and forgot to enable it before making the exports! I've fixed it and it should work on all platforms!

Submitted

Music is working! Very cool!

One thing I wanna ask is how you made the slicing of the fruits/ vegetables? I feel like this could be sooo useful for a fighting game with swords...

Developer

The source code is in the page if you want to check it out (cooker/Fruit.gd) but, basically, each fruit is a Polygon2D (it doesn't need to be one but it's easier this way) and the knife has a polygon too. Then you need to clip those two polygons to get the parts with Geometry.clip_polygons_2d(fruit_polygon, knife_polygon) that will give you 2 or more polygons. After that you need to set the correct UVs for those polygons with:

        var poly = splitted_fruit.get_poly()
        poly.polygon = points
        poly.texture = Poly.texture
        var half_size = poly.texture.get_size() / 2.0
        var uvs = []
        for j in points.size():
            var vec = (points[j] + half_size)
            uvs.push_back(vec)
            
        poly.uv = uvs
Which basically moves all the UVs to the correct position in the splitted polygon.
This way you have them splitted, you can add them to a RigidBody2D and apply some forces (like I did in the game) so they fly out of the screen.
Submitted

Thanks for the detailed answer! Wasn't expecting this...

Very cool!!!

Submitted

I love this game! It was fun and I super dig the pixel art. I appreciated the sense of humor you worked in and all the jokes about clones. ;)  A bit heart broken that I can not get sound to work in either Chrome or firebox . :(

Developer

Hi! Thanks! Sorry about the sound :( I knew it wasn't working on Chrome for some reason but Firefox was working correctly on my end. Dunno... the game is using a beta version of the engine so maybe some bug or something? 

Developer

............ I'm dumb......... I had the audio disabled in the game itself! XD It does work on both Chrome and Firefox... Sorry!

Submitted

I'm so glad you fixed it. I have replayed and updated my rating in audio.  The game feels even more alive now I get to hear the music and sound effects!  Though  I  did notice my ear are  actively searching for some sounds in the scenes where there are just text on the screen.  Maybe some of that dialog sound effects you used in the proposal scene would work there as well?  Anyways, great job. Hope you make more games! 

Submitted

Heya! Chill lil game, the graphics are really cute, sadly there were no sound :/

Developer

Hi! Thanks! Sorry about the sound :( I'm not sure why it doesn't work on Chrome and, sometimes, on firefox too. Maybe an engine bug? The game is using a beta version. I'll look if there's an issue opened or open one myself once I have some free time!

Developer

............ I'm dumb......... I had the audio disabled in the game itself! XD It does work on both Chrome and Firefox... Sorry!

Submitted

Cool game! I really love this kind of short of games. well done.

Developer

Hi! Thanks!

I tried to do a minigame per day but the proposal one (the final one) took me longer than I was expecting. It's also the most polished one so there's that.

Submitted

It looks like a really cool idea! The intro and menus have a great polish on them. I tried the HTML version first, and it seemed to not let me past the alarm clock button press. I tried download it, but the MacOS .dmg doesn't appear to work :/

Developer

Hi! Thanks! Sorry about those issues. The HTML5 version is a bit finicky for some reason... I'm not sure. It sometimes works fine and anothers doesn't.

About the MacOS version, it might be broken indeed. I first exported it from a mac and godot gave me the option to export it as a .dmg file but after that I used a Windows machine (which doesn't give you that option) and forgot to change the output file. I'll try and update it later.

Submitted

Found out most of the MacOS exports aren't working due to a bug in Godot. Looks like .zip exports on MacOS are not setting the executable permission on the ... well, executable. Supposed to be fixed in 4.x release.

Developer

Oh I see, thanks! Well, I'll leave it up but with a note that says it doesn't work. Maybe some people have some success running it.

Submitted

Interesting game! I like the graphics and the setting of the story. The minigames were pretty fun, especially the elevator game! The animations were also really good, helps make everything look seamless :)  Also loved how you added a second language!

Sadly, I didn't hear any of the audio, even if I changed the settings. Also, when the text comes up, it took me a while to realize you needed to click the Space Bar. Maybe add an indication to click it when the text comes up?

Also the proposal minigame was nice but got really tedious at the end. Maybe make the amount of button presses less but make the time limit shorter?

Developer

Hi! Thanks!

Not sure about the audio issue, were you using the HTML5 version?  I only tested on Firefox and it worked fine but on Chrome it doesn't work :( Oh well, sorry about that!

Yeah, I ran out of time to add anything to the text part. I wanted to add it but I started adding that feature 30 minutes before the deadline and I still had to write and translate the text itself. Yeah, I speedrunned that part.

You are right, the proposal minigame is a bit tedious, I should had toned it down a bit.

Submitted

Wow, what a cool little game! I was surprised to see how many different mechanics you managed to pack into it. And the pixel art is very good as well, the final scene with the river especially.

I did not hear any sounds though, tried both web and windows versions. Too bad, I'm sure they would add much to atmosphere.

Looking forward to see more from you! :)

Developer

Hi! Thanks!

Not sure about the audio issues. It looks like the HTML5 version running on Chrome doesn't play any sound but the Windows version should work just fine. Sorry about that!