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 August, 2011
jTicTacToe – Display a Tic Tac Toe Game State/Animation (jGames)
jOthello – Display a Othello Game State/Animation (jGames)
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 [...]
jShogi – Display a Shogi(将棋) Game State/Animation (jGames)
jShogi is one module within the jGames suite used to display Shogi game states, as well as animations. jGames can be downloaded from the jGames home page. Display Static Shogi 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 [...]
jXiangQi – Display a XiangQi(象棋) Game State/Animation (jGames)
jXiangQi is one module within the jGames suite used to display xiangqi game states, as well as animations. jGames can be downloaded from the jGames home page. Display Static XiangQi 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 [...]
jGo – Display a Go(围棋) Game State/Animation (jGames)
jGo is one module within the jGames suite used to display Go game states, as well as animations. jGames can be downloaded from the jGames home page. jGo supporst both 13×13 boards as well as 19×19 boards. Display Static Go State First include the following lines to your webpage 1 2 <script type="text/javascript" src="js/jgames/jquery.jgames.js"></script> <link [...]


Posted in
Tags:

