A simple CLI program that solves the 8 queen challenge
The 8 queen challenge is a challenge in which 1 queen must be placed on each column and must be arranged on each row so that no queen is in direct attack range of another (can not be diagonal or forward/backward from another queen) The code also functions with any number of rows and columns so long that a square forms.
Made with Java 16
mvn compile -f "(location of pom.xml)"
mvn package -f "(location of pom.xml)"
java -jar .\target\queenchallenge-x.x-SNAPSHOT.jar
mvn test -f "(location of pom.xml)"
👤 Adam Nativ
- Twitter: @AdamCraftmaster
- Github: @AdamCraftmaster
Give a ⭐️ if this project helped you!
Copyright © 2021 Adam Nativ.
This project is GNU GENERAL PUBLIC LICENSE Version 3 licensed.
This README was generated with ❤️ by readme-md-generator