diff --git a/assets/css/homepage/_content.scss b/assets/css/homepage/_content.scss index e0ce921..d5b82d6 100644 --- a/assets/css/homepage/_content.scss +++ b/assets/css/homepage/_content.scss @@ -32,4 +32,12 @@ main div.txt a { transition: color 180ms; &:hover { color: #c5e8ff; } -} \ No newline at end of file +} + +main div.txt img { + border-radius: 10px; +} + +main div.txt .img-container { + text-align: center; +} diff --git a/public/images/privileges/battle.png b/public/images/privileges/battle.png new file mode 100644 index 0000000..ba81948 Binary files /dev/null and b/public/images/privileges/battle.png differ diff --git a/public/images/privileges/history.png b/public/images/privileges/history.png new file mode 100644 index 0000000..bb9a7f1 Binary files /dev/null and b/public/images/privileges/history.png differ diff --git a/public/images/privileges/security.png b/public/images/privileges/security.png new file mode 100644 index 0000000..cd769db Binary files /dev/null and b/public/images/privileges/security.png differ diff --git a/public/images/privileges/shared-battle.png b/public/images/privileges/shared-battle.png new file mode 100644 index 0000000..a256ee1 Binary files /dev/null and b/public/images/privileges/shared-battle.png differ diff --git a/public/images/privileges/stat.png b/public/images/privileges/stat.png new file mode 100644 index 0000000..7cee86f Binary files /dev/null and b/public/images/privileges/stat.png differ diff --git a/src/Controller/GameController.php b/src/Controller/GameController.php index e7bd9f5..26c44d1 100644 --- a/src/Controller/GameController.php +++ b/src/Controller/GameController.php @@ -111,6 +111,12 @@ class GameController extends AbstractController return $this->render('Official/landing.html.twig'); } + #[Route('/rules', name: 'MineSeekerBundle_rules')] + public function rules(): Response + { + return $this->render('Official/rules.html.twig'); + } + public function sendMail(MailerInterface $mailer, ContactMessage $contactMessage): void { try { diff --git a/templates/Game/index.html.twig b/templates/Game/index.html.twig index 106016a..54587d5 100644 --- a/templates/Game/index.html.twig +++ b/templates/Game/index.html.twig @@ -254,6 +254,7 @@
MineSeeker is a real-time 1v1 twist on the classic minesweeper formula. Two players — Red and Blue — race over the same hidden minefield, taking turns to hunt the mines. Each mine you detonate is claimed in your colour and scores a point. The first player to claim the majority of the mines wins.
+ +A match ends in one of three ways:
+No account is required to play. Just open the game, share the match link with a friend, and play. Guest matches are not saved to a history and carry no stats.
+ +Creating a free account unlocks everything the guest experience leaves behind. Registration takes under a minute and your email is only used for account recovery.
+ +
+
+
+
+
+ Ready to level up? Create your free account or jump straight into a match.
+