Skip to content

gnudles/corridor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Corridor is an open source implementation of the Game of Quoridor

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors