Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Sudoku - Rebol/AGG Style

From: james::mustard::co::nz at: 19-Oct-2005 15:11

I'll admit i'm a Sudoku addict ;) Here's a little something i've been working on using Rebol/AGG/Draw only. Please read the script header for how to use the program as I haven't gotten around to fully documenting every thing yet. Also please note the todo list before informing me that something is horribly broken :) I was very pleasantly surprised with the speed of the AGG drawing - however i would be interested to hear from people as to how it performed on their systems. (stress tests performed here were done by fully loading the pencil markings: set dothers: array/initial [9 9] "123456789" for full hints in all square at launch) Script: http://rebol.mustard.co.nz/sudoku.r Have fun, James. PS: If anyone has spare time and wants to write a generator or solver to plug in then great ;)