Description: 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
Ratings & Comments
8 Comments
How do I get bigger icons for the toolbar and the menu? 16x16 is far too tiny for me. I'm on Debian Linux/KDE4.
Please move tarball extension, from tgz to tar.gz. Because tgz is the standard Slackware 12.2 package extension.
Ok, no problem - done. Although I've always used that .tgz extension, because i'm pretty lazy about writing ;-)
Many thanks! :)
# Copyright 1999-2009 Gentoo Foundation # 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 }
This is in Gentoo's portage now, games-puzzle/colorcode
Great news, thanks a lot ssuominen!
Cool game :D