{"id":24426169,"url":"https://github.com/nulladmin1/eightqueens","last_synced_at":"2025-07-11T15:38:11.101Z","repository":{"id":272311632,"uuid":"914164444","full_name":"nulladmin1/eightQueens","owner":"nulladmin1","description":"Eight Queens Puzzle Made for H* Computer Science II Class","archived":false,"fork":false,"pushed_at":"2025-01-13T17:15:40.000Z","size":464,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T22:18:11.325Z","etag":null,"topics":["cmake","cpp","eight-queen-problem","eight-queens","eight-queens-problem","eight-queens-puzzle"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nulladmin1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-09T04:16:48.000Z","updated_at":"2025-01-13T17:15:44.000Z","dependencies_parsed_at":"2025-01-13T16:50:33.842Z","dependency_job_id":null,"html_url":"https://github.com/nulladmin1/eightQueens","commit_stats":null,"previous_names":["nulladmin1/eightqueens"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nulladmin1%2FeightQueens","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nulladmin1%2FeightQueens/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nulladmin1%2FeightQueens/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nulladmin1%2FeightQueens/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nulladmin1","download_url":"https://codeload.github.com/nulladmin1/eightQueens/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243438016,"owners_count":20290863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmake","cpp","eight-queen-problem","eight-queens","eight-queens-problem","eight-queens-puzzle"],"created_at":"2025-01-20T11:16:20.837Z","updated_at":"2025-03-13T15:43:24.307Z","avatar_url":"https://github.com/nulladmin1.png","language":"C++","readme":"# Eight Queens\n\n[Eight Queens](https://en.wikipedia.org/wiki/Eight_queens_puzzle) Puzzle is a puzzle where on a typical 8x8 chessboard, you have to place Eight Queens that can't threaten one-another.\n\n![demo](./demo.gif)\n\n## Run\n\n### Nix\n\n- Run using Nix:\n\n  ```bash\n  nix run .\n  ```\n\n  _OPTIONAL_ build using CMake in NixOS:\n\n- Go into `Nix` development shell\n\n  ```bash\n  nix develop\n  ```\n\n- Follow the steps for `CMake`\n\n### CMake\n\n- Make a temporary directory called `build/`:\n\n  ```bash\n  mkdir build/\n  ```\n\n- Go into the temporary directory:\n\n  ```bash\n  cd build\n  ```\n\n- Run `CMake` to generate a `Makefile` and other stuff for `make`\n\n  ```bash\n  cmake ..\n  ```\n\n- Run `make` to build and run the project\n\n  ```bash\n  make\n  ```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnulladmin1%2Feightqueens","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnulladmin1%2Feightqueens","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnulladmin1%2Feightqueens/lists"}