File: unittest.html

Recommend this page to a friend!
  Classes of Chi H.   JS Dots and Blocks Game   unittest.html   Download  
File: unittest.html
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary page
Class: JS Dots and Blocks Game
Render and manage a 2 player dots and blocks game
Author: By
Last change:
Date: 8 years ago
Size: 472 bytes
 

Contents

Class file image Download
<html> <head> <!--/* * Copyright (c) 2015 Chi Hoang * All rights reserved *//--> <meta charset="utf-8"> <title>Dots and Blocks Unittest</title> <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.15.0.css"> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="http://code.jquery.com/qunit/qunit-1.15.0.js"></script> <script src="dotsgame.js"></script> <script src="unittest.js"></script> </head> <body> </body> </html>