Race-the-car

An exciting strategy board game created on python as a part of learning project.
More like a shorter version of chess, where one needs to stay focused, anticipate the other player's moves and cover all the tracks.

Installation guide

Option 1: By creating an Executable file

Option 2: Build from source

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.

Twist

To make the game interesting each player is provided with 8 fences to make the opponent's path difficult.

Rules

Screenshots

Screenshot01 Screenshot02 Winning Moment

Unit testing

Testing with pytest version 3.9.1