/corridor

Corridor is an open source implementation of the Game of Quoridor

Primary LanguageC++GNU General Public License v2.0GPL-2.0

Corridor

Branch Travis CI logo Codecov logo
master Build Status codecov.io
develop Build Status codecov.io

Corridor is a C++ port of the board game 'Quorridor', developed by @gnudles.

There are two version:

  • ucorridor.cpp is the English version
  • hcorridor.cpp is 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