Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 650 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 650 Bytes

TextRally

TextRally is a text based rally game inspired by Codemasters DiRTRally.txt April fools joke: https://www.youtube.com/watch?v=4KgMt6RTZSc

Running

Linux

Open a terminal in the directory where the "TextRally" executable is located and launch it by running this command:

./TextRally

Windows

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

Building

Linux

To compile, clone the TextRally repo:

git clone

Then cd to the TextRally directory and run make:

cd TextRally
make