From d868161ef049e0f8633f694b3e6be6d607545c0b Mon Sep 17 00:00:00 2001 From: Viswanadh Kandala Date: Sat, 3 Oct 2020 18:27:45 +0530 Subject: [PATCH 1/2] Slightly modified rules --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8159f47..842195e 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # This aint my last ride ### **Description :** ->This video game is made by using pure python and pygame only. +>This video game is made using python and pygame only. -It is a 2 player game competeing each other. There are 4 rounds in the game. +This is a 2 player game where 2 players compete each other and the player with higher score wins the game. There are 4 rounds in this game. > Score increases by 5 if you cross an obstacle and by 10 for a moving one. > -The score will be saved even if you die in mid-way. +The score is counted and saved even if the player is eliminated before completion. > -New enemies and no. of obstacles increase after every round. +New enemies and number of obstacles increase after every round. > -If a player wins a particular round the enemy speed increases in the next round. +If a player wins a particular round the enemy's speed is increased in the next round. ### Game design >Controls : From 8812be4c88d40fbf2c8aff33fe1a47c55cec1c00 Mon Sep 17 00:00:00 2001 From: Viswanadh Kandala Date: Sat, 3 Oct 2020 18:28:45 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 842195e..2fe5a5d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ ### **Description :** >This video game is made using python and pygame only. -This is a 2 player game where 2 players compete each other and the player with higher score wins the game. There are 4 rounds in this game. +- This is a 2 player game where 2 players compete each other and the player with higher score wins the game. +- There are 4 rounds in this game. > Score increases by 5 if you cross an obstacle and by 10 for a moving one. >