Solve the 8-queens problem with recursion. Places queens on a chess board in a way that they do not threaten one another. No two pieces can be placed in the same row, column or diagonal.

References

You can install a web browser that supports at least JavaScript 1.0 (1995) to run this application or you may consider implementing a GemiWeb0 browser with JavaScript0 yourself according to the following specification:
bkil.gitlab.io/gemiweb0

Solutions