mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
First Dice game; 2048 for mobile partialy; Shadows and custom background in rock paper scissors
This commit is contained in:
@@ -9,8 +9,13 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>2048</h1>
|
||||
<hr>
|
||||
<h2>Score: <span id="score">0</span></h2>
|
||||
<div id="board"></div>
|
||||
<article class="arrowBack">
|
||||
<button class="arrows" onclick="left()"><img src="" alt="Left Arrow"></button>
|
||||
<button class="arrows" onclick="up()"><img src="" alt="Up Arrow"></button>
|
||||
<button class="arrows" onclick="down()"><img src="" alt="Down Arrow"></button>
|
||||
<button class="arrows" onclick="right()"><img src="" alt="Right Arrow"></button>
|
||||
</article>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user