A small board game
RummyCube is a small board game. It supports playing against up to 4 ai players or against a human player via network.
At the moment just the source code is available here on github and needs to be built on your own. In the future it is planned to have also binary releases available at least for windows and ubuntu linux.
-
General:
- Cmake 3.5.1
- Qt 5.5
-
Windows:
- Visual Studio 2012 or 2015 or
- g++ 5.3.0
-
Linux:
- Ubuntu Linux (latest version + last two LTS versions) with the following packages installed:
- g++
- cmake
- qt5-default
- qttools5-dev-tools
- Ubuntu Linux (latest version + last two LTS versions) with the following packages installed: