new folder structure and some changes
This commit is contained in:
21
web/index.html
Normal file
21
web/index.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Shogun</title>
|
||||
<link rel="stylesheet" href="css/styles.css">
|
||||
<script type="text/javascript" src="js/game.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="site">
|
||||
<h2>S H O G U N</h2>
|
||||
<div id="gamePanel">
|
||||
<script type="text/javascript">
|
||||
var game = new Game();
|
||||
game.drawGamePanel(8,8,60);
|
||||
game.setPlayingFigures();
|
||||
game.calculateMovesForPlayers();
|
||||
game.showPossibleMoves();
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user