diff --git a/GameStyle.css b/GameStyle.css index 09827fc..9c15975 100644 --- a/GameStyle.css +++ b/GameStyle.css @@ -128,15 +128,17 @@ .text { padding-top: 30px; padding-left: 50px; - color: rgb(0, 0, 0); + color: rgb(255, 255, 255); font-weight: 90px; + text-shadow: black 3px 4px 1px; } .text-spd { padding-bottom: 0px; padding-left: 50px; font-size: 28px; - color: rgb(0, 0, 0); + color: rgb(255, 255, 255); font-weight: 1000; + text-shadow: black 3px 4px 1px; } #gameover { color: red; diff --git a/game.html b/game.html index e6903a1..ac0c6a1 100644 --- a/game.html +++ b/game.html @@ -1,67 +1,74 @@ + - - - - - - - - - -
-
-
-

Snake

-
-
- - -
-
UP & DOWN SPD: E Q

- -
- - + + + + + + -
+ + +
+
+
+

Snake

+
+
+ + +
+
UP & DOWN SPD: E Q

+ +
+ + + - -
-
-

-
-
- - - +
+
+
+ +
+ + +
+
+

+
+
+ + + + \ No newline at end of file diff --git a/game.php b/game.php index 380f295..da62d82 100644 --- a/game.php +++ b/game.php @@ -3,44 +3,56 @@ session_start(); // Cek apakah user sudah login if (!isset($_SESSION['users'])) { - header("Location: login.php"); - exit; + header("Location: login.php"); + exit; } ?> - - - - - - - - -
-
-
-

Snake -

-
-
- -
+ + + + + + + + + +
+
+
+

Snake

+
+
+ + +
+
UP & DOWN SPD: E Q

+ +
+ - -
-
-

-
-
- - - +
+
+
+ +
+ + +
+
+

+
+
+ + + + \ No newline at end of file