Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 707 Bytes

README.markdown

File metadata and controls

19 lines (12 loc) · 707 Bytes

LeifMancala

Introduction

This is a variant of the classic Mancala or Kalaha game written in C++ for a school project. It's all text based. Contrary to the classic Mancala game LeifMancala allows for more than 2 players. It seems to work (I havn't really tested it though), but the code is not that good :-(.

How to compile and run

The game is run from the main method in LeifMancala.cpp.

The game has been compiled successfully on linux (Ubuntu 11.10) with g++ using an auto generated make file from Eclipse and on Windows (7) with Visual Studio 2010.

License

WTFPL 2.0 (Do What The F*k You Want To Public License).