From 093992ec9916fc77bfdac794c4ea57d5d43f8992 Mon Sep 17 00:00:00 2001 From: Leonardo Brandenberger Date: Fri, 25 Mar 2022 23:21:20 +0100 Subject: [PATCH] fixed small bug in README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18f16ed..6ea91d7 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ -#PM2 Team 02 Projekt 1 Racetrack +# PM2 Team 02 Projekt 1 Racetrack Racetrack is a pen and paper game that dates back to the early 1960s in this version of the game, the game is digitalized and the math behind it is done automatically rather than calculated by hand and the winner gets informed automatically as well. The aim of the game is to finish the race faster than your opponent or win by being the only survivor in case the other cars crash. In order to not crash you have to keep in mind the acceleration and other player's car to get to the finish line safely. - +# Testing +#### All test can be run by the terminal command: + gradlew test # Initialization: #### The game can be initialized by the terminal command: - ./gradlew run + gradlew run 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: