
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
Giving Qt/Cpp a try - inevitable for a KDE addict - led to ColorCode, a free advanced MasterMind clone
* lots of game variants, from the very easy up to really challenging ones, achieved by combinations
of any color count from 2-10 with any column count from 2-5 (you can also select one of the 5 level presets)
* 2 different game modes (Human vs. Computer/Computer vs. Human)
* allow or not pegs of the same color, display letter or number indicators or change the colors while playing
* automatically close the rows after the last peg is set to hurry up playing
* hide the menubar, toolbar, statusbar and/or the Timer and scale the game window to your needs
* English, German, Czech, French, Hungarian and Spanish translations available
* now it has a rather intelligent ;-) built in MasterMind solver - so you can let the computer guess for you
(nope, he's not cheating - really)
And, on the edge of losing you may always restart the same game avoiding the scandal :-D
for more screenshots visit:
http://colorcode.laebisch.com/screenshots
for documentation visit:
http://colorcode.laebisch.com/documentation
5 years ago
0.8.5
- first feature complete QT 5 version of ColorCode
- adjustments to compile and run with QT 5
0.7.1 / 0.7.2
- 0.7.2 is the latest QT 4 version of ColorCode
- pause/resume a game
- copy game numbers to clipboard
- redesigned preferences dialog with some new settings options
- some minor bug fixes
0.7.0
- solver and timer got separate threads
- introduced a game timer
- game numbers to replay a game by number
- dialog for highscores, favorites and previous games,
- settings options for games lists, highscores and timer
- czech tarnslation updated - thanks to Pavel Fric
- french tarnslation updated - thanks to Filippo Rusconi
- added hungarian translation (unfinished yet) - thanks to Németh Gábor
- added spanish translation (unfinished yet) - thanks to Marcos del Puerto García
for a full changelog visit:
http://colorcode.laebisch.com/changelog
5 years ago
0.8.5
- first feature complete QT 5 version of ColorCode
- adjustments to compile and run with QT 5
0.7.1 / 0.7.2
- 0.7.2 is the latest QT 4 version of ColorCode
- pause/resume a game
- copy game numbers to clipboard
- redesigned preferences dialog with some new settings options
- some minor bug fixes
0.7.0
- solver and timer got separate threads
- introduced a game timer
- game numbers to replay a game by number
- dialog for highscores, favorites and previous games,
- settings options for games lists, highscores and timer
- czech tarnslation updated - thanks to Pavel Fric
- french tarnslation updated - thanks to Filippo Rusconi
- added hungarian translation (unfinished yet) - thanks to Németh Gábor
- added spanish translation (unfinished yet) - thanks to Marcos del Puerto García
for a full changelog visit:
http://colorcode.laebisch.com/changelog
janet
5 years ago
Report
gohanz
11 years ago
Because tgz is the standard Slackware 12.2 package extension.
Report
cable8
11 years ago
Although I've always used that .tgz extension, because i'm pretty lazy about writing ;-)
Report
gohanz
11 years ago
Report
ssuominen
11 years ago
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit games eutils qt4
MY_PN=ColorCode
DESCRIPTION="a free advanced MasterMind clone"
HOMEPAGE="http://www.kde-apps.org/content/show.php/ColorCode?content=112702"
SRC_URI="http://test.laebisch.com/${MY_PN}-${PV}.tgz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="x11-libs/qt-gui:4"
S=${WORKDIR}/${MY_PN}
src_configure() {
eqmake4 ${MY_PN}.pro
}
src_install() {
dogamesbin ${MY_PN} || die
newicon img/cc64.png ${MY_PN}.png
make_desktop_entry ${MY_PN} ${MY_PN} ${MY_PN}
prepgamesdirs
}
Report
ssuominen
11 years ago
games-puzzle/colorcode
Report
cable8
11 years ago
Report
marcosRz
11 years ago
Report