Not working with the mouse on chrome 36. My laptop has a touch screen though and that's working
Game about squares
41–50 of 208 posts
Re: Game about squares
#42Re: Game about squares
#43I 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…
Re: Game about squares
#44It should be possible to write a solver for this with a "decision tree". There are decisions where the blocks run out of the screen - you ignore these. You only take into account "sensible" decisions (this has to be formalized). When there are multiple possible "sensible" decisions you branch. One decision consists of an action "click x times on block X and y times on block Y …"
You can also look into some of the research that has been done on Sokoban AI's.
Re: Game about squares
#45And go! Tomorrow this game in full will appear on the Google Play store with the exact same colors. In 3 days this game will be rewritten in Swift, Erlang, and have a community based variation. In 4 days someone will find a way to merge this game with 2048 and Flappy Bird. In a week there will be 20 variations of this game including one called Dodge Squares on the iTunes App Store. I'm not psychic, I've just seen thi…
Re: Game about squares
#46Re: Game about squares
#47And go! Tomorrow this game in full will appear on the Google Play store with the exact same colors. In 3 days this game will be rewritten in Swift, Erlang, and have a community based variation. In 4 days someone will find a way to merge this game with 2048 and Flappy Bird. In a week there will be 20 variations of this game including one called Dodge Squares on the iTunes App Store. I'm not psychic, I've just seen thi…
Re: Game about squares
#48Re: Game about squares
#49There are game stats: http://gameaboutsquares.com/statistics.html
I am the 1%.