Skip to content

Instantly share code, notes, and snippets.

@niyazpk
Created December 27, 2011 15:01
Show Gist options
  • Save niyazpk/1523913 to your computer and use it in GitHub Desktop.
Save niyazpk/1523913 to your computer and use it in GitHub Desktop.
Chess
<!doctype html>
<html>
<head>
<meta charset='utf-8'>
<title>JavaScript Chess</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id='board'>
</div>
</body>
<script src='scripts/jquery-1.7.1.min.js'></script>
<script src='scripts/chess.js'></script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment