Omnimaga

Calculator Community => Casio Calculators => Topic started by: flyingfisch on December 21, 2012, 12:00:46 pm

Title: [LuaZM] Sudoku (please help)
Post by: flyingfisch on December 21, 2012, 12:00:46 pm
I am trying to make a sudoku game in LuaZM. Right now I am stuck at how to generate a board.

So my first question is, does anyone have an algorithm, and my second is if there is already a lua sudoku board generator that i could use without having to reinvent the wheel. :)
Title: Re: [LuaZM] Sudoku (please help)
Post by: Nick on December 27, 2012, 07:07:17 am
I know it's not in Lua, but here's (http://www.codeproject.com/Articles/11983/Sudoku-Solver-and-Generator) one that includes generator and solver. It can be useful to base your own code on.
Title: Re: [LuaZM] Sudoku (please help)
Post by: Levak on December 27, 2012, 07:15:20 am
Hi
You may have a look to this (http://levak.free.fr/ftp/nspire/Sudoku/).