jquery.reversi.js
view on github
Demo
basic $('#type1').reversi();
後手 $('#type2').reversi({my_color : 'white' , width:160 , height:160});
一人オセロ $('#type3').reversi({cpu:false , width:110 , height : 110});
20x20 $('#type4').reversi({cou:true , rows:20 , cols:20 , width:480 , height : 480});