[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Sudoku - Dancing Links algorithm

jwesley

1/28/2006 9:41:00 PM

I'd like to announce an initial release of a project that I've been
working on:

http://rubyforge.org/projects/s...

This project is an implementation of the Sudoku puzzle game in Ruby,
using the GTK libraries.
Features include:

- Load/Save Games
- Export to PDF (thanks to pdf-writer)
- Puzzle Solver

I also released a gem for my implementation of the "Dancing Links"
algorithm that is used to solve the puzzle.

Feedback is welcome!

I'm relatively new to Ruby and GTK, so feel free to let me know any
problems (stylistic, best-practices, etc...) that you see.

Thanks,
Justin

2 Answers

Tool69

1/29/2006 9:19:00 AM

0

hi jwesley,
does sudoku only avaible for the windows platform ? I saw only one
".exe" file on rubyforge.
Thanks.

jwesley

2/2/2006 1:49:00 AM

0

It should run on any platform that has the Ruby/GTK bindings. Although
I've not run it on any platform other than windows.