Ubuntu/Debian/Mint news and tutorials | Linux gaming
facebook.png
twitter.png
feed.png
Quick Tip
Disable Overlay Scrollbars in GNOME
gsettings set com.canonical.desktop.interface scrollbar-mode normal
Quick Tip
Find Files Containing a Text Pattern
find . -iname "*.txt" -exec grep -l "hello" {} +
Categories
Online Readers
Advertise on TuxArena
Linux Cheat Sheet

Have a look at our Linux Cheat Sheet for quick one-liners, commands and tips.

ColorCode is a Mastermind game implementation for KDE and the latest version, 0.8.5, has been modified to use Qt5.

colorcode01


ColorCode, dubbed as “Advanced MasterMind game and solver”, is a clone of the Mastermind board game, comes with features such as preset and custom level difficulties, play/pause options, appearance configuration, hints, game timer, human vs computer or computer vs human game modes.

colorcode02

Compile and Install ColorCode 0.8.5 in Ubuntu 14.04/15.10/Mint 17.x

Download the source tarball from here (direct link here) and uncompress it.

Install the dependencies:

sudo apt-get build-dep colorcode

Inside the ColorCode-0.8.5 directory, issue the following commands:

qmake
make
sudo cp colorcode /usr/bin

Or just run ColorCode from within the source directory, using ./colorcode.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.