[ANN] Sudoku 0.0.4 is released

  • Thread starter Balwinder Singh Dheeman
  • Start date
B

Balwinder Singh Dheeman

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 shall add GUI using GTK2, QT and, or any other suitable
library; a limited web interface is included.


URLS
====
Homepage: http://sudoku.rubyforge.org/
Download: http://rubyforge.org/projects/sudoku/


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()
* 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!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top