Eight Queens Puzzle is a puzzle where on a typical 8x8 chessboard, you have to place Eight Queens that can't threaten one-another.
-
Run using Nix:
nix run .OPTIONAL build using CMake in NixOS:
-
Go into
Nixdevelopment shellnix develop
-
Follow the steps for
CMake
-
Make a temporary directory called
build/:mkdir build/
-
Go into the temporary directory:
cd build -
Run
CMaketo generate aMakefileand other stuff formakecmake ..
-
Run
maketo build and run the projectmake
