Skip to content

Eight Queens Puzzle Made for H* Computer Science II Class

Notifications You must be signed in to change notification settings

nulladmin1/eightQueens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eight Queens

Eight Queens Puzzle is a puzzle where on a typical 8x8 chessboard, you have to place Eight Queens that can't threaten one-another.

demo

Run

Nix

  • Run using Nix:

    nix run .

    OPTIONAL build using CMake in NixOS:

  • Go into Nix development shell

    nix develop
  • Follow the steps for CMake

CMake

  • Make a temporary directory called build/:

    mkdir build/
  • Go into the temporary directory:

    cd build
  • Run CMake to generate a Makefile and other stuff for make

    cmake ..
  • Run make to build and run the project

    make

About

Eight Queens Puzzle Made for H* Computer Science II Class

Topics

Resources

Stars

Watchers

Forks

Contributors