From a6986bf7ddf8d44c6f3b0f12846ceea6d2cb0756 Mon Sep 17 00:00:00 2001 From: IsmProScripter <32802931+IsmProScripter@users.noreply.github.com> Date: Fri, 25 Oct 2019 18:51:38 +0200 Subject: [PATCH] Updated documentation and fixed typos Updated the readme file by adding details and fixing typos. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04d8c36..49f48fa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ -# RunnerGame -A project written in VHDL which consists of a game where the player has an object and try to avoid it from the obstacles generated randomly. -The player try to stay alive as long as possible where everu second is counted in the score and he has 3 chances of crush before getting the lose state. \ No newline at end of file +# Runner Game +A game written in VHDL which consists of a player who has an object and tries to avoid the obstacles generated randomly. + +## How does it work? +The player tries to stay alive for as long as possible and every second that passes is added in the score. The player has 3 lives, which means that he can crush 3 times before losing. + +## Used technologies +VHDL