started readme
This commit is contained in:
parent
7c87f4b2fd
commit
082d1414f5
|
@ -7,11 +7,11 @@ 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.
|
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:
|
# Initialization:
|
||||||
### The game can be initialized by the terminal command:
|
#### 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.
|
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
|
+ 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.
|
> This Strategy sets the car stationary and it won't make any moves during the game staying at the startpoint indefinitely.
|
||||||
|
@ -25,3 +25,5 @@ In order to not crash you have to keep in mind the acceleration and other player
|
||||||
+ Path Finder Strategy
|
+ Path Finder Strategy
|
||||||
> The pathfinder Strategy Calculates a route itself and follows it direction fully automatically.
|
> The pathfinder Strategy Calculates a route itself and follows it direction fully automatically.
|
||||||
|
|
||||||
|
##Determining a winner
|
||||||
|
The winner gets determined automatically. <br> The car that first passes the finish line (doing a complete round) is given the win, if all car except one crash the surviving car will be crowned as the winner.<br>The game will inform you of this, and you will have the option to quit the game or play another match.
|
||||||
|
|
Loading…
Reference in New Issue