/racing

Primary LanguageC++

Racing

Description:

Racing simulator that involves networking (TCP), strategies (bots), console drawing (curses), threading, unit testing (catch).

Build intructions:

Windows:

  • Install MinGW-w64
  • Build pdcurses library and then add it to MinGW
  • Use mingw32-make to build

Linux:

  • Install ncurses e.g. sudo apt-get install libncurses5-dev
  • Install gpm e.g. sudo apt-get install libgpm-dev
  • Use make to build