An open API service indexing awesome lists of open source software.

https://github.com/pedroalvesv/n-queens

N-Queens Problem solver with LÖVE
https://github.com/pedroalvesv/n-queens

backtracking love2d lua mathematical n-queens recursion

Last synced: 2 months ago
JSON representation

N-Queens Problem solver with LÖVE

Awesome Lists containing this project

README

        

# N-Queens
N-Queens Problem solver with LÖVE

## Features
* Rotation (clockwise and anti-clockwise)
* Flipping (vertically and horizontally)

## TODO
* Filter for explicit solutions
* Reset option to search for another solution
* Solution exportation