FoonLudum Dare ExplorerLD21 → Escape! Data Entry Sentry

Escape! Data Entry Sentry

By shauninman

View on Wayback Machine

CategoryRankScoreCount
Innovation273.95
Graphics513.80
Overall1253.25
Humor1982.07
Fun2072.80
Theme2982.79
Audio3711.00
Coolness418
Community4571.56

Comments

surrealix 2011-08-22 20:02

Although an interesting way to view "escape", it felt only loosely related to the theme. Or perhaps that's because puzzle/matching games aren't my forte. However, it was a fun diversion and I've never seen that mechanic before. It felt complete, and worked smoothly.

shauninman 2011-08-22 21:24

Only loosely related? The theme wasn't "run away from something!" or "get out of that place!" it was "escape!" :)

milo 2011-08-22 23:13

I like the use of the theme and the graphics. It's a pretty cool mechanic, although more types of blocks would be necessary to make it truly interesting.

poohshoes 2011-08-23 01:09

More block types? I had enough trouble doing well when there were only 3 block types. Loosely related to the theme, but probably one of the best games in the compo.

shauninman 2011-08-23 10:35

Thinking about adding one more, very rare block type: Phillup, a fluffy white cloud Chunk that if left unescaped fills each buffer column to the height of the current tallest one. Could be dangerous if you're close to a buffer overflow but helpful if an unescaped Chomply has prevented a single column from progressing with the rest.

skelethulu 2011-08-23 17:58

I love to see weird nerdpuzzles show up in LD! Also the art here is super charming. Would buy the iOS version.

kinta 2011-08-23 18:55

Somehow the game doesn't work on my PC. The controls are broken, when I click with the mouse, a totally different block gets highlighted. Or did I misunderstand the game logic?

shauninman 2011-08-23 19:17

That's a drag. Which browser? I was pretty lax with browser testing (developed in Safari on an iPad). Last Dare I used Flixel and didn't have to worry about it. We can still make bug fix changes to our code right?

thristhart 2011-08-24 04:00

I can't beat level one. What is wrong with me oh god this is hard

kinta 2011-08-24 13:52

I'm using Firefox 6.0.

shauninman 2011-08-24 20:32

Ah, didn't realize Firefox didn't support the CSS `zoom` property. I've patched it to use `-moz-transform: scale() translate();` too. Works now in FF6 Mac. Still, good luck keeping up without a touch screen :)