Update README.md

This commit is contained in:
Андрей 2020-02-12 10:16:00 +04:00 committed by GitHub
parent 1e3900f46e
commit 5c07d5e5cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ My game has got a few cars.
**Functions** **Functions**
1. On start, you may enter secure code. 1. On start, you may enter secure code.
*Default code: default123* *Default code: **default123***
*You can change the code in file "code.conf".* *You can change the code in file "code.conf".*
2. Press the button "Play" to start game. 2. Press the button "Play" to start game.
@ -26,10 +26,17 @@ The 1st car is controlled by arrows.
The 2nd car is controlled by letters The 2nd car is controlled by letters
(W-up,S-down,A-left,D-right). (W-up,S-down,A-left,D-right).
**Run this game** **Run this game in IDE**
To run this game on Windows, follow these steps: To run this game on Windows, follow these steps:
- Install the application Code::Blocks 12.11 - Install the application Code::Blocks 12.11
- Open "main.cpp" in Code::Blocks - Open "main.cpp" in Code::Blocks
- Click the button with the green triangle and yellow gear pattern in top panel in Code::Blocks - Click the button with the green triangle and yellow gear pattern in top panel in Code::Blocks
Game is started! Game is started!
**Or you can Run exe-file**
- Go to the Realese tab on GitHub
- Download *Racing-with-cars_installer.exe*
- Start this program
- Follow the instructions of setup wizard to install game
- On complete, check the *"Start game on close"* flag and click the button *"Done"*