Terminal Tetris is my implementation of the famous block game, written in Java. The output is sent to the terminal (cmd). The input is taken in by a Java application window. The Java application must be the active window in order to work.
This is the programm for sudoku solving.
On input it has array of numbers. On output it gives all variants of right solves.
It can be used for crossword verification and difficulty assesment.
I devote it to patience of my wife :).
Library for manipulating hexagonal grids. Supports arbitrary areas and paths. Routing algorithms: find best path, find movement horizon. Output as SVG - which you can easily convert to PNG or JPG. Interface from C++, Python and JavaScript.
HumanSudokuSolver is intended to solve Sudoku puzzles in a way human beings would do (non brute force). It currently solves most of the puzzles I tried and can output a step-by-step solution. Developers who want to contribute are welcome!
sudokudo:
Solving Sudokus on consol-level under Linux with Lua.
Input : the sudoku-puzzle in a textfile or line by line.
Output : The puzzle, its solution, if any, and the elapsed time.
Maight be a first approach to come to a userfriendly version.
The aim of ProjectSudoku is to create a Sudoku platform which allows developer to submit different kind of plugins (e.g puzzle generator, solver, output device) to make this game more enjoyable and free for everyone.