FoonLudum Dare ExplorerLD26 → One Crate Sokoban In The Dark

One Crate Sokoban In The Dark

By stqn

View on Wayback Machine

CategoryRankScoreCount
Coolness1100
Theme4983.59
Innovation7662.86
Humor9571.68
Fun10092.46
Audio10571.42
Overall11612.52
Graphics11972.13
Mood12311.83

Comments

cogentinvalid 2013-04-29 04:45

Pretty simple game, but the inability to see far-away walls is interesting and the controls are responsive.

tiffi 2013-04-29 13:26

good controls and maps, nice and funny casual game

xgor 2013-04-29 13:28

I pushed the crate towards the green spot but nothing happened.

zerodivide 2013-04-29 13:28

Did I do something wrong, or is there no actual win condition?

bradleysmith 2013-04-29 15:46

Not bad.

tonic 2013-04-29 15:47

Haha, a minimalist take on the sokoban indeed. :D

cacciatc 2013-04-29 15:50

The visibility square really makes it work.

stqn 2013-04-29 16:30

Thanks for the kind comments :).
@Xgor, ZeroDivide: indeed, nothing happens when you win. (Well, there is a "WON" message in the javascript console…)

thirteenwb 2013-04-29 17:17

This is indeed minimal :p
I like how it actually forces you to explore a little before you begin pushing, unfortunately I'm not patient enough for this game...
Would be good to have an actual win message, although the javascript console is close enough :)

nakato 2013-04-29 17:18

Cool simple game;) good job

orangepascal 2013-04-29 18:47

it's minimalistic, it's playable, it's fun.. pretty cool!

cogcomp 2013-04-29 18:47

I like the exploring that becomes necessary to be able to figure out where to push the block to. Nice, but even after placing the crate on the green spot it doesn't trigger a new level or let me "win" the game..

spacechase0 2013-04-29 19:15

Nice little game. :) Kinda wish it had sound though.

daniel 2013-04-29 19:52

This is pretty fun :) I don't think I have played a puzzle game before that required scouting! Clever ^.^

stqn 2013-04-29 21:20

Thanks again to everyone. I'm trying your games ;).

@spacechase0: to be honest, after making most of the game on saturday, I spent sunday trying to find a way to make it fun and didn't think of adding sounds or a score or some kind of progression. I don't think Firefox 20 supports the WebAudio API yet anyway...

holofire 2013-04-29 21:49

As far as games fitting themes go, this is very minimalstic :D I love sokoban one way of another, so i found it quite easy.

A win condition may have been nice.

pabo 2013-04-30 01:40

A very minimal entry indeed. I like the exploration aspect the short line of sight imposes in the player. The levels generated were mostly okay, even though some couldn't be completed. The "minimality" seems to be reflected even more in the gameplay than in the graphics - good idea.

zim-the-fox 2013-04-30 03:38

I'd like to point out that you didn't include the source which is /required/ for LD48, but since it is HTML5 you can inspect the elements on a browser.

I loved the game. Limiting your view makes it kinda unique and I loved the fact that you made a random level generator.

stqn 2013-04-30 03:41

@Pabo: all levels *should* be completable! The generator is not guaranteed to find a "good" level though (meaning it's possible that the crate starts on top of the target, for example.)

cloudiestnights 2013-04-30 03:43

I liked the minimal view and the randomly generated levels. The only thing it really needs is multiple boxes and goals.

stqn 2013-04-30 03:44

@Zim the Fox: yes, I didn’t put a source link because the source is in the page. It would be the same link. Glad you liked the game! :)

stqn 2013-04-30 03:54

@CloudiestNights: I experimented with multiple boxes (I wasted a few hours on that) but decided to keep only one, partly because of the theme. If you want you can increase the numOfCrates value in the source code; it should work.

dertom 2013-04-30 14:22

Great game! And I didn't see any game (yet) that did fit more the theme than this one. Minimalistic gameplay-options, minimalistic graphic, but absolutely challenging by reducing the view, resulting in 100% fun. Very good job...

pighead10 2013-04-30 20:56

Simple game. I was unable to load a new level in Chrome and couldn't even run it in Firefox. Could have really done with some sound and a win screen!

pvwradtke 2013-05-01 00:55

Nice twist on a classic game. For random generated levels, they are pretty much playable. Sometimes they are very easy, but nice job on providing a level generator that generate valid entries. The only quick suggestion I'd make is to add a check to see if the orange square is over the green one to advance levels automatically. Other than that, a nice entry.

stqn 2013-05-01 02:26

@pighead10: sorry about that, I have only used Firefox 20 to develop the game so at least Firefox should work!

Automatically generating a new level (and increasing a level/score counter) when the crate is on the target is a good idea, and adding a few sounds too... Maybe I'll work on that for a post-compo version :). I'd like to improve the generator too.

zim-the-fox 2013-05-01 05:50

Hey, I forgot to thank you for commenting on my game! :3

stevejohnson 2013-05-01 06:18

Well, it works! Would be nice if it would advance me to a new level automatically though.

thecze 2013-05-02 01:57

Nice title, the small field of view makes it really interesting.

rzfmzn 2013-05-02 02:11

Evil programmer hahahah =O)
be nice to players
loved the idea! =OD
are maps randomly generated?

brighterorange 2013-05-02 02:17

Well, I guess I should have known what I was getting myself into from the title. :) I wish it at least had said something when I succeeded!

umu 2013-05-02 02:48

I really like the concept behind this. My colourblindness is a hindrance, but not an insurmountable one. I may not be patient enough to explore the whole level before pushing the box. At least not more than once.

I am not currently in a very good patience to be talking about games requiring too much patience.

nseward 2013-05-02 18:45

I loved it. In a way it was like my game. It would have been nice to be congratulated on my awesomeness when I won.

ryusui 2013-05-03 02:56

The visibility range and procedurally-generated levels are neat features - this definitely should be fleshed out into a full game.

sudorossy 2013-05-03 23:53

Simple, and fun. But the generator can sometimes generate impossible levels. Also, maybe when the crate is at the green spot you should generate a new level?

komiga 2013-05-04 22:34

Notes:

- Ooh, randomly generated.
- Are these all solvable? Seems so.
- Could've used cleaner visuals.
- Level generation is slow. Can I blame JavaScript?

Things I would change:

- Make the player visual cleaner. Smoothed, heavy black border?
- Add level completion transition. Generate new level asynchronously.

tsb 2013-05-05 06:58

propaganda.pyongyang@gmail.com was here...
Good in-theme entry.

misaelk 2013-05-08 06:38

Blind procedurally-generated Sokoban? I'm impressed. Good work!

mrshoestore 2013-05-09 02:18

I liked this a lot actually, but a level transition when you reach your goal would be really nice.

martin_monosys 2013-05-09 20:35

Levels should change on their own, needs sound. Nice idea, however! :)

chickentonight 2013-05-10 02:01

I also think the levels should change on their own. It's a good concept, but I think it needs a little more.

johnnysix 2013-05-14 00:24

Cool concept, but a more intelligent algorithm for creating playable levels would be cool - the lack of visibility makes it challenging enough, without creating impossible corners.

brassawiking 2013-05-19 17:44

Simple and nice idea, just need the fancy polishing and you can make this one take off =)

ryuurei 2013-05-20 19:20

Had a nice feel as a puzzle game. I liked the idea of only being able to see so much of the map.
Having no music or sound effects really took away from the experience, and the lack of any response after accomplishing the goal was very anti-climactic. It was a nice idea, but could have used some polish.