Spaces:
Running
on
T4
Running
on
T4
Upload 109 files
Browse files- README.md +1 -1
- static/howto/how-to-play-2.html +3 -1
- static/howto/how-to-play.html +1 -1
- static/index.html +3 -1
README.md
CHANGED
@@ -21,4 +21,4 @@ docker build -t p5js-game .
|
|
21 |
|
22 |
# Run the container
|
23 |
|
24 |
-
docker run -p 8000:8000 p5js-game
|
|
|
21 |
|
22 |
# Run the container
|
23 |
|
24 |
+
docker run -p 8000:8000 p5js-game
|
static/howto/how-to-play-2.html
CHANGED
@@ -24,6 +24,9 @@
|
|
24 |
<main>
|
25 |
<div class="content">
|
26 |
<h1>How to Play</h1>
|
|
|
|
|
|
|
27 |
<div class="objects-container">
|
28 |
<div class="object-type green">
|
29 |
<div class="image-container">
|
@@ -71,4 +74,3 @@
|
|
71 |
|
72 |
</body>
|
73 |
</html>
|
74 |
-
|
|
|
24 |
<main>
|
25 |
<div class="content">
|
26 |
<h1>How to Play</h1>
|
27 |
+
<p class="main-description">
|
28 |
+
Find the objects you need to escape
|
29 |
+
</p>
|
30 |
<div class="objects-container">
|
31 |
<div class="object-type green">
|
32 |
<div class="image-container">
|
|
|
74 |
|
75 |
</body>
|
76 |
</html>
|
|
static/howto/how-to-play.html
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
<div class="content">
|
24 |
<h1>How to Play</h1>
|
25 |
<div class="game-description">
|
26 |
-
<p>Your girlfriend is trapped in your apartment</p>
|
27 |
<img
|
28 |
src="../assets/img/gf.png"
|
29 |
alt="Trapped girlfriend"
|
|
|
23 |
<div class="content">
|
24 |
<h1>How to Play</h1>
|
25 |
<div class="game-description">
|
26 |
+
<p class="main-description">Your girlfriend is trapped in your apartment</p>
|
27 |
<img
|
28 |
src="../assets/img/gf.png"
|
29 |
alt="Trapped girlfriend"
|
static/index.html
CHANGED
@@ -28,7 +28,9 @@
|
|
28 |
<a href="howto/how-to-play.html" class="menu-item how-to-play">HOW TO PLAY</a>
|
29 |
</nav>
|
30 |
<div class="character">
|
31 |
-
<
|
|
|
|
|
32 |
</div>
|
33 |
</main>
|
34 |
|
|
|
28 |
<a href="howto/how-to-play.html" class="menu-item how-to-play">HOW TO PLAY</a>
|
29 |
</nav>
|
30 |
<div class="character">
|
31 |
+
<a href="howto/how-to-play.html">
|
32 |
+
<img src="assets/img/perso.png" alt="Character" />
|
33 |
+
</a>
|
34 |
</div>
|
35 |
</main>
|
36 |
|