Mike's World  | Main Page | Wednesday, 29-Dec-1999 00:15:28 MST

Code Breaker



Code Breaker is a variation on the game "Master Mind" that is put out by Pressman.  I wrote it  in C  as a project to teach myself gtk

Everyone likes screenshots so just follow this link.
The source code for the program is in codebreaker-1.2.1.tar.gz
 

I would like to thank Helder Correia for adding autoconfig support to the above tarball and for providing the following RPM's.
codebreaker-1.2.1-1.i386.rpm
codebreaker-1.2.1-1.src.rpm
 

I know Code Breaker works with gtk+-1.2 and it should work with gtk+-1.1.2 (I haven't personally tested this though).  It will not work with any earlier version of gtk without removing all key accelerators from the code and some other annoying modifications.

Code Breaker is currently playable, however I haven't completed it yet.  In future releases (to come when I've got some more time) a high score table may be introduced, and I will probably add GNOME support.
 

I hope you enjoy this game, and I would appreciate any comments on how to make it better or what features you would like to see added.

Send any comments and/or bug reports to me at  mberg@nmt.edu
 


 Back to main page of Mike's World