Live data from Hacker News

Game about squares

gameaboutsquares.com

201–208 of 208 posts

Re: Game about squares

#201

Earlier quoted context omitted.

And here's a text-terminal version in a couple pages of Python: https://github.com/darius/sturm/blob/master/sokoban.py -- I'd like to see more small, readable game implementations to learn from.

Great work!

Thanks! I liked how your JS one shares solutions.

Re: Game about squares

#204

I like the game and that it teaches you the rules as you play without needing any explicit instructions. I thought some of the comments between levels were annoying. Also the little flag in the corner indicating you're over the correct target could be a little easier to see at a glance. Just curious, how do you design these levels? Work backwards from the solution? edit: I'm a little further in, and I'm starting to t…

I really enjoyed this game. I went through every level and what amazed me most was the creativity it took to come up with the different levels of difficulty. It's not the repeated stuff you get in Candy Crush. Finding a solution is one thing but designing the levels is a different skill set altogether. We'll done.
Post reply on HN