@ -11,7 +11,7 @@ function steinSetzen(reihe, spalte) {
var reihe = naechsterFreierPlatz(steinInSpalte(spalte));
document.getElementById(reihe + "/" + spalte).style.backgroundColor= color;
gewinnErmitteln(spalte, reihe);
resetTheGame(gewinnErmitteln(spalte, reihe));
spielerWechsel();
}
@ -18,6 +18,7 @@
<script src="./JS/gewinnErmitteln.js"></script>
<script src="./JS/regeln.js"></script>
<script src="./JS/gewinnErmitteln_mock.js"></script>
<script src="./JS/gameReset.js"></script>
<title>Vier Gewinnt</title>
</head>
<body>