Sim Posted October 2, 2014 Posted October 2, 2014 The game currently does not keep any sort of score. Its just gameplay or tech-demo I suppose. The object of the game is to get 3 or more colored blocks in a row to remove them. I am thinking about naming it "3 to 5 or 7 Blocks" This was me just testing some things on HTML5, js So the code was sort of slopped together. I may turn it into a multiplayer game. http://orpgcreator.com/3blocks/3blocks.html Quote
Script47 Posted October 2, 2014 Posted October 2, 2014 It's good, how long did it take to make? Quote
Script47 Posted October 2, 2014 Posted October 2, 2014 If you are going to add a save game features I would check out localStorage(); it is what I generally use mainly because it's so easy to use unlike cookies. Honestly, it is one of the best things ever and makes saving stuff so much easier. Quote
Sim Posted October 2, 2014 Author Posted October 2, 2014 If you are going to add a save game features I would check out localStorage(); it is what I generally use mainly because it's so easy to use unlike cookies. Honestly, it is one of the best things ever and makes saving stuff so much easier. Thanks. I'll look into it. I was thinking about using jQuery at first. Quote
SRB Posted October 3, 2014 Posted October 3, 2014 Tried on iphone - blocks can't be moved. May be worth adding navigation arrows for mobile users Quote
Sim Posted October 3, 2014 Author Posted October 3, 2014 Not cellphone comptable at this time. Maybe sometime in the future. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.