Skip to content

martingdela/eightQueens

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn Test, Build and Release apk


Logo

Eight Queens

Simple application to solve the eight queens problem using Flutter and Dart
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

This is a simple application that attempts to show all possible solutions to a given n-queens problem.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

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.

Installation

  1. Clone the repo
git clone https://github.com/a01334390/eightQueens.git
  1. Install all application dependencies
flutter pub get

Usage

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.

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Fernando Martin - @martntn - martin.delangel26@gmail.com

Project Link: https://github.com/a01334390/eightQueens