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 ‘Web Development’ Category
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 [...]

Posted in
Tags:

