Added good game ending instead of looping

This commit is contained in:
2024-04-19 10:34:00 +02:00
parent d26abea6a7
commit 5ee2c88341
4 changed files with 30 additions and 7 deletions

View File

@ -76,6 +76,13 @@
<i>Thanks for playing</i><br />
<a href="javascript:location.reload()">Play again</a>
</div>
<div id="win" class="floattop">
<h1>Congratulations!</h1>
<p>Your social credit score is high enough</p>
<p>You are worthy of the Chinese Dream</p>
<i>Thanks for playing</i><br />
<a href="javascript:location.reload()">Play again</a>
</div>
</div>
<script src="js/jquery-3.6.0.min.js"></script>
<script src="js/util.js"></script>