ryanb / govsgo

Rails 3 app for playing the board game Go online.
http://govsgo.com
MIT License
140 stars 23 forks source link

board drawing: improving responsiveness #46

Open brownman opened 13 years ago

brownman commented 13 years ago

the issue: old people with bad eye-sight may have hard time trying to click the desired board point.

improvement 1: improving the board view, so that mouse move will highlight the target position !

improvement 2: adding animation by replacing the board drawing with html5 canvas.

improvement 3: for gaining more popularity: to arrange some contest between artist at http://jsdo.it to draw that board more nicely!

btw: 10x 4 all ryan ! 4 being so gifted and soo sharing.. ! :)

ryanb commented 13 years ago

Thanks for the suggestions! It may be a bit before i can get to these because there are so many things I want to add, but I will definitely consider all listed here.