File: example.html

Recommend this page to a friend!
  Classes of Chi H.   JS Dots and Blocks Game   example.html   Download  
File: example.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: 10 years ago
Size: 263 bytes
 

Contents

Class file image Download
<html> <head> <!--/* * Copyright (c) 2015 Chi Hoang * All rights reserved *//--> <meta charset="utf-8"> <title>Dots and Blocks</title> </head> <body> <script src="dotsgame.js"></script> <script src="example.js"></script> </head> <body> </body> </html>