| Computers Forum Index » Computer - Games Programming (Misc) » MasterM - a Curses interfaces Master Mind game... |
|
Page 1 of 1 |
|
| Author |
Message |
| JStitch... |
Posted: Fri Jul 10, 2009 9:47 pm |
|
|
|
Guest
|
On 10 jul, 16:46, JStitch <jsti... at (no spam) gmail.com> wrote:
Quote: Just released version 1.1.0 for Unix/Linux or any other platform
supporting Curses
by the way, didn't mention it is coded in C language |
|
|
| Back to top |
|
|
|
| JStitch... |
Posted: Tue Jul 14, 2009 9:25 pm |
|
|
|
Guest
|
|
| Back to top |
|
|
|
| Ron AF Greve... |
Posted: Sat Jul 18, 2009 11:33 pm |
|
|
|
Guest
|
Hi,
Very nice. I could even play it through a terminal session on my server.
( Looking through the source, you might want to move the function from the
header file to the c file (header files are usually meant for things that
span more than one c-file like interfaces, templates and the likes and
function declarations ).
Good job!
Regards, Ron AF Greve
http://informationsuperhighway.eu
"JStitch" <jstitch at (no spam) gmail.com> wrote in message
news:291ae4d5-11a8-4487-a5ec-3074b6f9cb25 at (no spam) 32g2000yqj.googlegroups.com...
On 12 jul, 11:29, "Ron AF Greve" <me at (no spam) localhost> wrote:
Quote: Hi,
Would be nice to see some pictures of the game in action (just an idea).
Cool idea...
now released version 1.1.1, in English too.
http://sourceforge.net/projects/masterm/
And the site now counts with some screenshots
http://sourceforge.net/project/screenshots.php?group_id=253355 |
|
|
| Back to top |
|
|
|
| JStitch... |
Posted: Wed Jul 22, 2009 4:32 pm |
|
|
|
Guest
|
Releases version 1.1.1b
now with colorblind support, for color blind people...
Just compile with
make colorblind
download at: http://sourceforge.net/projects/masterm/
PS you are right about the design and architecture of my code... Have
to work on that too  |
|
|
| Back to top |
|
|
|
| Beej Jorgensen... |
Posted: Wed Jul 22, 2009 7:28 pm |
|
|
|
Guest
|
JStitch <jstitch at (no spam) gmail.com> wrote:
Quote: Releases version 1.1.1b
now with colorblind support, for color blind people...
Just compile with
make colorblind
Excellent!
-Beej |
|
|
| Back to top |
|
|
|
|