WASD or Arrow keys move, and Space / X / . interact with the world. Yes, it's a short game.
This game was made in 72 hours, but using the stricter 48-hour rules. For tech, it includes novelties like a terrain generation tool and a 16-bit virtual machine. It wasn't the most efficient use of my time, but it was fun.
"Stupid things in the dirt", haha. I tried to offer flowers 2nd time, and "You've already picked the good ones." I like how that stuff changed, and the things that were said were always clever and funny. I would never have imagined a mini RPG like this possible, but those reactions somehow make it feel a lot bigger and they had just as much wit and charm as the classic FF games. Music was pretty good, but I think there was one piano part later, in the background, that was off on its own in lala land, haha. The animation of the walking was also well done, despite simple sprites, and it was important to the overall feel and vibe.
I like how the game looks. The walking animations reminds me a lot of King Quest series games. Nice work, but I'm stuck at second screen! (after first change)
Nice graphics and interesting approach to the theme. However, you should stick with just one audio file or fix that transition. The two BGM files didn't mix well and the transition felt quite awkward.
I had a problem trying to compile it for Linux: I didn't find the package libjpeg62-turbo-dev in my distro so installed libjpeg62-dev instead. While was compilling gave me this error: sglib/src/pixbuf/libjpeg.c: In function ‘sg_image_jpeg’: sglib/src/pixbuf/libjpeg.c:136:33: error: ‘JCS_EXT_RGBA’ undeclared (first use in this function) im->cinfo.out_color_space = JCS_EXT_RGBA; ^ I don't know if I can do anything about it
Comments28
Nice work, but I'm stuck at second screen! (after first change)
sglib/src/pixbuf/libjpeg.c: In function ‘sg_image_jpeg’:
sglib/src/pixbuf/libjpeg.c:136:33: error: ‘JCS_EXT_RGBA’ undeclared (first use in this function)
im->cinfo.out_color_space = JCS_EXT_RGBA;
^
I don't know if I can do anything about it