TextRally is a text based rally game inspired by Codemasters DiRTRally.txt April fools joke: https://www.youtube.com/watch?v=4KgMt6RTZSc
Open a terminal in the directory where the "TextRally" executable is located and launch it by running this command:
./TextRally
Double click on the "TextRally.exe" executable or open a command prompt in the folder where the "TextRally.exe" executable is located and run:
TextRally.exe
To compile, clone the TextRally repo:
git clone
Then cd to the TextRally directory and run make:
cd TextRally
make