Wiki

Clone wiki

sudoku generator / Home

Sudoku Generator

By DemeGeek

Made in PHP

Purpose

To attempt to create a simple generator of sudoku using only my own code in it to see if I can do it. I am using php.net as a reference for the built in functions (like array_pop).

Functions

Here is a list of functions in my sudoku class:

Click on them to learn more about them!

Testing Area

A test version is up here, if the page is not generating a full sudoku then I am not finished making this. ;)

Updated