[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Sudoku 0.0.4 is released

Balwinder S Dheeman

6/29/2005 4:45:00 AM

URLS

Homepage: http://sudoku.ruby...
Download: http://rubyforge.org/projec...


ABSTRACT

Sudoku (Numbers Solitary) puzzle game, implemented in pure Ruby, just
two days (exactly 16 hours) of work. At present ANSI-console interface
only, but I may add GUI using GTK2, QT and, or any other suitable library.


NOTE

Requires ANSI.SYS driver on Microsoft Windows and, or DOS.


PENDING

A GUI implementation as yet.


CHANGES

Wed 29 Jun 2005 09:30:47 AM IST
* Version: 0.0.4 released
* sudoku.rb: refined code, added private method bkground()

Tue 28 Jun 2005 08:32:21 PM IST
* Version: 0.0.3 released
* sudoku.rb: old method redraw() is now newgame(), added new
methods redraw() and mask(), the later is a portion cut out
from shuffle()
* sudoku.rb: added lots of new masks, for varying levels of
difficulty
* sudoku.rb: added new method gentable() for html output
* sudoku.rbx: added a demo CGI script
* sudoku.rb: revised redraw() and move() methods


Feedback, feature-requests, patches and, or bug-reports are welcomed.

Happy gaming! Have fun!!
--
Dr Balwinder Singh Dheeman Registered Linux User: #229709
CLLO (Chief Linux Learning Officer) Machines: #168573, 170593, 259192
Anu's Linux@HOME Distros: Ubuntu, Fedora, Knoppix
More: http://anu.homelinux... Visit: http://count...
2 Answers

Michael Vondung

6/29/2005 6:10:00 PM

0

On Wed, 29 Jun 2005 10:14:43 +0530, Dr Balwinder S Dheeman wrote:

> Feedback, feature-requests, patches and, or bug-reports are welcomed.

Love that one, and I wasted entirely too much time on it already! Nice job.
A GUI would be nice, by the way. Not really necessary, but there's at least
one person I could give it to then.

M.

Balwinder S Dheeman

6/29/2005 7:43:00 PM

0

On 06/29/2005 11:40 PM, Michael Vondung wrote:
> On Wed, 29 Jun 2005 10:14:43 +0530, Dr Balwinder S Dheeman wrote:
>
>
>>Feedback, feature-requests, patches and, or bug-reports are welcomed.
>
>
> Love that one, and I wasted entirely too much time on it already! Nice job.
> A GUI would be nice, by the way. Not really necessary, but there's at least
> one person I could give it to then.

I have been evaluating various GUI toolkits and have decided to use QT;
let me learn Ruby/QT, I shall soon implement a must have GUI too.

Thanks for your interest, feedback and encouragement!
--
Dr Balwinder Singh Dheeman Registered Linux User: #229709
CLLO (Chief Linux Learning Officer) Machines: #168573, 170593, 259192
Anu's Linux@HOME Distros: Ubuntu, Fedora, Knoppix
More: http://anu.homelinux... Visit: http://count...