From 56c98c72ce4cfd96e0003deb3f75a35d65739ff9 Mon Sep 17 00:00:00 2001 From: "Fatima Al-Babily (babilyf)" Date: Tue, 14 May 2024 17:30:15 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55fb932..505b92b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Assembly-code-2-player-math-game This is a 2 a player game where they are asked simple math questions. +Each players score is recorded and after reaching a ceretain amount of points the player levels up and they are asked more difficult questions. Otherewise the game loops through the same questions untill they get more correct and reach the amount of points to unlock the next level.