Simple application to solve the eight queens problem using Flutter and Dart
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This is a simple application that attempts to show all possible solutions to a given n-queens problem.
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them. To run, you'll need to install the following libraries and applications
Instructions will depend on your Operating System and Development Environment.
- Clone the repo
git clone https://github.com/a01334390/eightQueens.git
- Install all application dependencies
flutter pub get
This is a very simple application, interaction is mainly based on a Main Application view consisting of a Text Field and a Button and a List View.
Usage should be pretty straightforward.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Fernando Martin - @martntn - [email protected]
Project Link: https://github.com/a01334390/eightQueens