From 33e56815e4502e70c2aed212e930a610638c7f54 Mon Sep 17 00:00:00 2001 From: Aaron Delasy Date: Wed, 23 Oct 2024 14:54:46 +0300 Subject: [PATCH] Fix build issues --- app/rules/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/rules/page.tsx b/app/rules/page.tsx index 0146b98..505040d 100644 --- a/app/rules/page.tsx +++ b/app/rules/page.tsx @@ -22,8 +22,9 @@ export default function RulesPage() { place a player and two blocks on the map.
  • - Your goal is for the player to survive the zombie attack. Zombie's - have 2 health and if a zombie reaches the player you lose. + Your goal is for the player to survive the zombie attack. + Zombie's have 2 health and if a zombie reaches the player you + lose.
  • Zombies can only move horizontally or vertically and they will @@ -37,7 +38,7 @@ export default function RulesPage() {

    Tips and Tricks