No description
Find a file
2020-02-12 14:33:59 +03:00
music Add files via upload 2019-05-10 15:29:53 +03:00
pictures Delete trassa.bmp 2019-05-17 14:27:36 +03:00
SIM Add files via upload 2020-02-12 14:33:59 +03:00
code.conf Add files via upload 2019-05-10 15:29:53 +03:00
constants.h Add files via upload 2019-05-10 15:29:53 +03:00
main.cpp Add files via upload 2020-02-12 13:16:04 +03:00
README.md Update README.md 2020-02-12 15:32:57 +04:00
stars.conf Add files via upload 2019-05-10 15:29:53 +03:00
TXLib.h Add files via upload 2019-05-10 15:29:53 +03:00

Racing-with-Cars

Cars Game

Developer Andrew Chechkenev (DarkCat09)

This is my first game on C++. It is racing! My game has got a few cars.

Functions

  1. On start, you may enter secure code. Default code: default123 You can change the code in file "code.conf".

  2. Press the button "Play" to start game. On start playing game, you can select the car for two players. The game has got 4 cars. First select a car for 1st player, then select a car for 2nd player.

  3. In game you can see a virtual stopwatch. The stopwatch is in the upper right corner.

Control of cars The 1st car is controlled by arrows. The 2nd car is controlled by letters (W-up,S-down,A-left,D-right).

To change speed of 1st car, press on the keyboard:

  • H - "speed+"
  • L - "speed-"

To change speed of 2nd car, press on the keyboard:

  • J - "speed+"
  • K - "speed-"

Run this game in IDE To run this game on Windows, follow these steps:

  • Install the application Code::Blocks 12.11
  • Open "main.cpp" in Code::Blocks
  • Click the button with the green triangle and yellow gear pattern in top panel in Code::Blocks

Game is started!

Or you can Run installer exe-file

  • Go to the Releases tab on GitHub
  • Download RacingWithCars_setup.exe
  • Start this program
  • Follow the instructions of setup wizard to install game
  • On complete, check the "Launch RacingWithCars" flag and click the button "Done"

Game is started!