fixed small bug in README.md
This commit is contained in:
parent
3b76abf760
commit
093992ec99
|
@ -5,10 +5,12 @@ Racetrack is a pen and paper game that dates back to the early 1960s in this ver
|
|||
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:
|
||||
|
|
Loading…
Reference in New Issue