From 7c87f4b2fd45bd796516f3decb091ee53f7a3a96 Mon Sep 17 00:00:00 2001 From: Leonardo Brandenberger Date: Wed, 23 Mar 2022 21:11:36 +0100 Subject: [PATCH] started readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6bfff28..4605561 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ The aim of the game is to finish the race faster than your opponent or win by be In order to not crash you have to keep in mind the acceleration and other players car to get to the finish line safely. -#Initialization: -###The game can be initialized by the terminal command: +# Initialization: +### The game can be initialized by the terminal command: ./gradlew run -###You will then be prompted to select a track file from the selection by entering the corresponding number. +### You will then be prompted to select a track file from the selection by entering the corresponding number. -###For each car that is taking part in the race a strategy has to be chosen there are the following options: +### For each car that is taking part in the race a strategy has to be chosen there are the following options: + Do not move Strategy > This Strategy sets the car stationary and it won't make any moves during the game staying at the startpoint indefinitely.