7block: a block-stacking game

I made 7block using javascript and php. What do you think? :cool:

Simple yet annoyingly addictive lol!

Pretty cool for what it is actually. Nice work!

Thanks for your commments! 7block was somehow accepted by the Google Chrome Experiments Team; here is the link: http://www.chromeexperiments.com/detail/7block/?f=

very nice, and very addictive.
However, you should add some “if reffer==thewebsitethatsendstherecord” to the php, otherwise, this code would work:
(I haven’t checked if it works w/o the cacheBuster, but this works)

<script>
function cl() {
var cacheBuster = new Date().getTime();
return cacheBuster;
}
</script>
<form action="http://dalpi.co.cc/7block/update.php" method="post">
<input name="p" value="1" />
<input name="w" value="1" />
<input name="t" value="" />
<input name="h" value="" />
<input id="cache" name="c" value="" />
<input type="submit" onclick="document.getElementById('cache').value = cl();" value="submit" />
</form>

Thanks Leder678, now I know how people have been hacking the record time. :slight_smile: Somebody even set it to 0. Ok i’m on it

Very addictive, indeed!

Now 7block is available for iOS and Android!

https://itunes.apple.com/us/app/7block/id849399374?mt=8

https://play.google.com/store/apps/details?id=com.napdivad.block

Nice game Function, it is very addicting :stuck_out_tongue:

Pretty cool! I almost got to the top row. Awesome job :slight_smile:

Thanks! I just updated 7block on the app store to support iOS 7.0 and earlier. (The first version only supported 7.1, I forgot to change the target build :p)

Just released another update with bug fixes