Pages
Home
Who I am
Star War
Word Game
Snake Game
Tetris Game
Plane Rider
Sudoku
Casino
Sudoku
Download javascript version of Sudoku game solution,
here
.
To have this game in your site just only copy these lines:
<script src="http://code.jquery.com/jquery-1.5.1.min.js" type="text/javascript"></script> </script> <script src="https://sites.google.com/site/prgassist/sudoku.js?attredirects=0&d=1"> </script> <script type="text/javascript"> $(function() { $("#gameScope").sudoku(); }); </script> <div id="gameScope"> </div>
Home
Subscribe to:
Posts (Atom)