diff --git a/front/pages/index.tsx b/front/pages/index.tsx index 869d6ed..4c38f74 100644 --- a/front/pages/index.tsx +++ b/front/pages/index.tsx @@ -31,6 +31,7 @@ There are only 5 simple rules! 4. If the previous player manages to flip over their claimed number of black cards, you must choose a card from your stack to give up. Otherwise, the previous player must choose one of their cards to give up. 5. If you give up all your cards, you lose! Last player remaining wins! + `; function useForceUpdate(){ @@ -87,9 +88,9 @@ export default function Game() { if (!loggedIn) { return ( <> -
+				
{rules} -
+ { @@ -135,9 +136,16 @@ export default function Game() { if (gameState.phase === 0) { return ( <> -
+				
+				
{rules} -
+