lots of stuff, scores system, better collisions, highscores, scoreboard, player counter, etc.

This commit is contained in:
2021-01-31 14:25:20 +02:00
parent c7de79fbc4
commit 15c8e91272
27 changed files with 937 additions and 107667 deletions

View File

@@ -29,7 +29,7 @@
}
div {
color: #7F0000;
color: #690000;
text-align: center;
}
@@ -49,9 +49,9 @@
font-size: 20pt;
}
input, button {
border: 1px solid #7F0000;
border: 1px solid #690000;
background: transparent;
color: #7F0000;
color: #690000;
outline: transparent;
}
@@ -63,6 +63,14 @@
a {
text-decoration: none;
}
span.notice {
color: #690000;
position: fixed;
display: block;
bottom: 24px;
left: 24px;
}
</style>
</head>
<body>
@@ -76,6 +84,7 @@
</label>
</div>
</main>
<span class="notice">* This game is being developed straigt onto this website, so random restarts might occur during gameplay!</div>
<script>
function updateName(input) {
setCookie('player-name', input.value || 'Player', 30)