FoonLudum Dare ExplorerLD27 → CUTIE ADVENTURE WORLD X

CUTIE ADVENTURE WORLD X

By overkill

View on Wayback Machine

CategoryRankScoreCount
Mood184.00
Graphics464.13
Overall2643.38
Fun3093.25
Innovation3163.31
Audio4042.80
Theme5483.19
Coolness169824

Comments

djbriandamage 2013-08-26 01:28

It's like you're poisoned or dying or going insane and you know it but you must dispense all your hugs with your very last breath!

janmavzla 2013-08-26 07:53

Now I want a hug. :(
Loved the art style.
It could've used some music though.

tobiasw 2013-08-26 21:08

I like the glitchy art style! Some of them make it pretty hard to read the text though. It's probably intentional, but, uh, I'd like to read the text. I mean exploring the world (good level design!) is nice and all, but the interactions are more interesting for me!

Arrow keys and Enter is a bit awkward. How about WASD/Space, or Arrows/X?

Missing music, minimal audio.

The changing window title as a timer (seemingly doubling as version counter) is nice touch :D

Is the end just a loop of "You made everyone feel better"?

netgrind 2013-08-27 03:17

That got really tough when the arrow keys got messed around. I like how the world got more glitched every 10 seconds. Also the changing colors was nice.

grooveman 2013-08-27 06:39

I'm getting a "Failed to create OpenGL 3.2 context" error, I'm afraid. I assume I'm missing something on my end?

overkill 2013-08-27 17:01

Thanks for the feedback from everyone who's played so far! I'm glad you had fun.

And argh, sorry to everyone who can't run this.

Known issues:

* Doesn't run on Windows XP, because I built Plum on Visual Studio 2012 and forgot to jump through the magic hoops to allow backwards compatibility with XP.
* Requires a video card that handles OpenGL 3.2 or better -- I'm going to try and lower the requirements, maybe even have a fallback if the machine doesn't have shaders, so my netbook from 2008 can run this.
* I need to port this to Mac/Linux someday.

tainted_code 2013-08-27 23:28

HUG MEEEE! The world glitching idea was great!

joxno 2013-08-27 23:29

I'm confused and intrigued at the same time, I really like the mix of sprite/ascii-ish art

adventureislands 2013-08-27 23:29

The glitchy artstyle looks great, but there isn't really anything else to the game. Just wandering around. Giving hugs is nice but they don't show and failing gives irritating sound effect. Background music would ease the pain of wandering a lot.

ddionisio 2013-08-27 23:33

Lovely world, I like how dynamic it is as time flows. I like the characters and the fact that each has their own personality. Mad props on using your own engine too!

robotparking 2013-08-29 14:08

DEAR GAMES INDUSTRY: MORE GAMES WITH HUGGING AS THE PRIMARY MECHANIC PLEASE

donfabio 2013-08-29 14:23

I'm getting an "APPCRASH" error. No message box, nothing in the console... :/
I'm on Window 8 Professional 64 Bit. My graphics card supports OpenGL 4.3. I also have the Visual C++ 2012 runtime installed.

withoutpillow 2013-08-30 20:03

such a wonderful game.

triplefox 2013-08-31 05:27

It's so creepy to watch the world get corrupted as you wander around, unable to provide enough hugs to help anyone.

overkill 2013-09-06 03:03

I've made an update, that changes no gameplay, just hopefully addresses a few compatibility issues on Windows.

* Rebuilt the exe with "Visual Studio 2013 Preview - Windows XP" platform toolset. Should actually work on XP now!
* Made a fallback for people who can't support OpenGL 3.2, lowering the video requirements to OpenGL 2.1 or higher.

Tell me if this works!

overkill 2013-09-06 07:04

Another update, for super compatibility. If Plum fails to find OpenGL 2.1 support, it will fall back on legacy pipeline rendering that should behave identically to the default render engine. If your video card claims to support GL 2.1 but actually sucks, create a file named 'plum.cfg' with the line 'legacy 1' in it to force the legacy renderer to be used. Now anyone can (hopefully) play cheesy 2D games, at least on Windows!