Initial commit

This commit is contained in:
KingOfDog
2019-04-08 21:54:07 +02:00
committed by Marcel
commit 9fe0832d76
23 changed files with 5491 additions and 0 deletions

20
index.html Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Antiyoy</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="synaptic.min.js"></script>
<script src="NeuralNetwork.js"></script>
<script src="GameElement.js"></script>
<script src="Civilization.js"></script>
<script src="CivilizationAI.js"></script>
<script src="Tile.js"></script>
<script src="Game.js"></script>
<script src="Warrior.js"></script>
<script src="main.js"></script>
</body>
</html>