| 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
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
g++ ucorridor.cpp -o corridor -lSDL -lSDL_ttf -lSDL_image
Or use the script build.sh:
sh build.sh
qmake
make
If you have any further question, just ask :)
- @richelbilderbeek: added Travis
CI script and
qmakeproject file


