Corridor
November 29, 2019 ยท View on GitHub
| Branch | ![]() | ![]() |
|---|---|---|
master | ||
develop |
Corridor is a C++ port of the board game 'Quorridor', developed by @gnudles.

There are two version:
ucorridor.cppis the English versionhcorridor.cppis the Hebrew version
Prerequisites
Compiler required:
- g++ the GNU c++ compiler, available in gcc- the gnu compiler collection or in mingw (minimal gnu for windows) for the windows users. Download from http://gcc.gnu.org or http://www.mingw.org
Libraries required:
- SDL_ttf
- SDL_image
- SDL
Compile
Using g++
g++ ucorridor.cpp -o corridor -lSDL -lSDL_ttf -lSDL_image
Or use the script build.sh:
sh build.sh
Using qmake
qmake
make
Contact
If you have any further question, just ask :)
Contributors
- @richelbilderbeek: added Travis
CI script and
qmakeproject file

