Jump to content

MyGrid


bmatusiak
 Share

Recommended Posts

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

 


 

577984_441744042562968_1371468277_n.png

Edited by bmatusiak
Link to comment
Share on other sites

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 do

  • Scores (Facebook)
  • Notifications (Facebook)
  • Badges (Facebook)
  • Last Move Color Line
  • Player Chosen Color Line
  • Quick Switch between Grids VS Player
  • Some Type of In-Game Quick Chat

I'm also working on a mobile friendly menu System.

Link to comment
Share on other sites

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;}
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...