bmatusiak Posted March 13, 2013 Share Posted March 13, 2013 (edited) Hey guys i created a game called MyGrid. you can find it at https://apps.facebook.com/mygrid-bm/ its in Work in progress game. if you would like to contribute to MyGrid feel free to tweet me @bradleymatusiak. the server side of my game is pure javascript. using node.js the connection between server and client is using: Socket.io and the game is hosted at Heroku Edited March 16, 2013 by bmatusiak bmatusiak 1 Quote Link to comment Share on other sites More sharing options...
rich Posted March 14, 2013 Share Posted March 14, 2013 Edit your post and add a screen shot and I'll tweet it out. Quote Link to comment Share on other sites More sharing options...
bmatusiak Posted March 15, 2013 Author Share Posted March 15, 2013 I Added 1 Player (Vs Computer) Mode today.. enjoy! Quote Link to comment Share on other sites More sharing options...
ZippoLag Posted March 20, 2013 Share Posted March 20, 2013 Aww man, I used to waste tons of grided notebooks in highschool breaks on this. Playability idea: make the lines drawn by different players of different colors (extra bonus; let players choose their colors). Quote Link to comment Share on other sites More sharing options...
bmatusiak Posted March 20, 2013 Author Share Posted March 20, 2013 Aww man, I used to waste tons of grided notebooks in highschool breaks on this. Playability idea: make the lines drawn by different players of different colors (extra bonus; let players choose their colors). Thanks for checking it out and leaving feedback.. I do have color ideas for the lines , but i wanna get more important stuff like showing and saving scores to and from Facebook... and other things on the "drawing board" is Badges and Notification for facebook also. Things to doScores (Facebook)Notifications (Facebook)Badges (Facebook)Last Move Color LinePlayer Chosen Color LineQuick Switch between Grids VS PlayerSome Type of In-Game Quick ChatI'm also working on a mobile friendly menu System. Quote Link to comment Share on other sites More sharing options...
bmatusiak Posted March 27, 2013 Author Share Posted March 27, 2013 Just fixed Some Firefox bug... sorry firefox users, its just faster to develop in chrome and then test in firefox and other browsers the bug consist of mouseEvents with offsetX and offsetY http://bugs.jquery.com/ticket/8523 heres the fix i used if(typeof event.offsetX === "undefined" || typeof event.offsetY === "undefined") { var targetOffset = $(event.target).offset(); event.offsetX = event.pageX - targetOffset.left; event.offsetY = event.pageY - targetOffset.top;} Quote Link to comment Share on other sites More sharing options...
bmatusiak Posted March 31, 2013 Author Share Posted March 31, 2013 Did some updates, Added a Poke feature to poke players with facebook request dialog Quote Link to comment Share on other sites More sharing options...
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.
Note: Your post will require moderator approval before it will be visible.