jTicTacToe is one module within the jGames suite used to display Tic Tac Toe game states, as well as animations. jGames can be downloaded from the jGames home page. Display Static Tic Tac Toe State First include the following lines to your webpage 1 2 <script type="text/javascript" src="js/jgames/jquery.jgames.js"></script> <link href="js/jgames/css/style.css" rel="stylesheet" type="text/css" /> Create an [...]
Archive for the ‘jOthello’ Category
jTicTacToe – Display a Tic Tac Toe Game State/Animation (jGames)
Posted by kenny on August 8th, 2011
jOthello – Display a Othello Game State/Animation (jGames)
Posted by kenny on August 8th, 2011
jOthello is one module within the jGames suite used to display Othello game states, as well as animations. jGames can be downloaded from the jGames home page. Display Static Othello State First include the following lines to your webpage 1 2 <script type="text/javascript" src="js/jgames/jquery.jgames.js"></script> <link href="js/jgames/css/style.css" rel="stylesheet" type="text/css" /> Create an empty div tag and [...]
jGames – display various games using jQuery
Posted by kenny on August 8th, 2011
jGames is a collection of functions written in jQuery to display static states of various class board games, including Checkers, Chess, Go, XiangQi, Shogi, Othello, Tic Tac Toe, Cards, and Dice. It also supports display of a series of states (i.e. an animation). This is useful when you want to show a series of moves [...]

Posted in
Tags:

