Skip to content

hboudar/10-queens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Chess Queens: Conquering the 8x8 Realm

Chess Queen

Can you strategically place 10 queens on a chessboard so no two queens can attack each other (diagonally, horizontally, or vertically)? Buckle up, because this classic puzzle will test your problem-solving prowess!

The Challenge

Imagine a glorious 8x8 chessboard. Your objective is to deploy **10 queens** on the board, ensuring none of these majestic rulers can capture each other. Remember, queens are ruthless - their attacks reach across rows, columns, and diagonals!

Conquering the Board

There are many ways to solve this puzzle. This repository can be your war room, where you can code your own solution in your favorite language. Will you use a backtracking algorithm to explore all possibilities? Or perhaps a more mathematical approach tickles your fancy?

Deeper Dives

  • **Explore advanced techniques:** Constraint satisfaction or genetic algorithms can be used for more complex placements.
  • **Optimize for efficiency:** Can you solve the puzzle faster with clever coding?
  • **Extend the challenge:** Try placing more queens or using a larger board!

Join the Conquest!

Feel free to use this repository as a launchpad for your own 10 Queens Puzzle solution. Share your code, discuss strategies, and together, let's reign supreme over the chessboard!

This repository can be used for:

  • **Developing your coding skills:** Implement the 10 Queens Puzzle solution in your preferred language.
  • **Experimenting with algorithms:** Try different approaches like backtracking or constraint satisfaction.
  • **Sharing and learning:** Discuss strategies and solutions with other puzzle enthusiasts.

Let the conquest begin!

About

THE TEN QUEENS PUZZLE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages