G.u.e.s.s.o 0.3 review

Download
by rbytes.net on

G.u.e.s.s.o is a simple guess-the-number game. I was playing this game since years , and I liked its simplicity, it was on my ele

License: GPL (GNU General Public License)
File size: 30K
Developer: Mohamed Assar
0 stars award from rbytes.net

G.u.e.s.s.o is a simple guess-the-number game.

I was playing this game since years , and I liked its simplicity, it was on my electronic translater (Atlas) device, but I couldn't find any PC version of it, so I decided to code it.

And it is also a project to help me learn programming with Qt.

If you like it please just drop me an email saying so.

Installation:

First you need to compile guesso, you must have qt3-devel 3.3 or later in order to compile it, open the console and type the following commands:

./make-guesso

if everything went successfuly , you can run it with the following command:

./src/guesso

and finaly if you want to install it just copy it to any folder in your $PATH variable like /use/bin :

su
cp ./src/guesso /usr/bin/guesso

What's New in This Release:
made Guesso translatable (as requested :)
added arabic translation
added better install/uninstall scripts
code clean up
other minor changes

G.u.e.s.s.o 0.3 search tags