
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
QtMind is a computer clone of the mastermind game. You can play codemaker or codebreaker. Major solving algorithms are integrated in QtMind, namely, Donald Knuth's Worst Case (minimax), Most Parts, and Expected Size. The graphical interface is almost the same as ColorCode, another clone of the mastermind game, but the coding is different.
The source is compatible with Qt4 and Qt5, but game sounds are working if you compile QtMind against Qt5.
The source can be compiled either with qmake or cmake.
Translation is appreciated.
-----------------------------------
Installation:
qmake-qt4 (or qmake or qmake-qt5)
make
make install
6 years ago
-----0.8.3
- Upgrade to Qt 5.3.0 (better graphics and gestures on Android)
-----0.8.2
- long right click bug fixed
- single tap in Android added
- Czech translation revised
-----0.8.1
- deb files added
-----0.8.0
- Better support for small screen sizes (Android)
-----0.7.6
- Fix html tags in android
- Long tap added in android
- Gradient fixed in android
- Some code cleanup
6 years ago
-----0.8.3
- Upgrade to Qt 5.3.0 (better graphics and gestures on Android)
-----0.8.2
- long right click bug fixed
- single tap in Android added
- Czech translation revised
-----0.8.1
- deb files added
-----0.8.0
- Better support for small screen sizes (Android)
-----0.7.6
- Fix html tags in android
- Long tap added in android
- Gradient fixed in android
- Some code cleanup
Please login or register to add a comment or rating