Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve-code-indentation #8 #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ More like a shorter version of chess, where one needs to stay focused, anticipat
$ git clone https://github.com/NJACKWinterOfCode/Race-the-car.git
$ cd Race-the-car
```
* If you don't have cx_Freeze installed, get it by typing the following in command prompt(for Windows)
* If you don't have cx_Freeze installed, get it by typing the following in command prompt (for Windows)
```sh
$ pip install cx_Freeze
```
* If you don't have cx_Freeze installed, get it by typing the following in terminal(for Linux)
* If you don't have cx_Freeze installed, get it by typing the following in terminal (for Linux)
```sh
$ sudo apt install cx-freeze
```
Expand All @@ -39,7 +39,7 @@ $ python Race_the_car.py
```

## Objective
In this game two players need to reach the desired destination(i.e the finish flag of respective colors). The one reaching first will win the game.
In this game two players need to reach the desired destination (i.e the finish flag of respective colors). The one reaching first will win the game.

## Twist
To make the game interesting each player is provided with 8 fences to make the opponent's path difficult.
Expand Down
Loading