Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chenop/8-queens-puzzle


https://github.com/chenop/8-queens-puzzle

angularjs

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

8-queens-puzzle
===============

A cool web client for solving the 8 Queen Puzzle (8x8).

Here is a Live Demo.

Purpose: provide the user a UI tool to solve the 8 Queens Puzzle.

Implementation: AngularJS, Bootstrap, AngularUI and JQuery.

Some details:


  • Its a client side only implementation.

  • Its shows the user the available places he can place a queen

  • When selecting a queen - the user can see the places this queens threatens.

  • Display the user success / failure Message

  • Provide the following actions to the user: Reset board, Undo, Remove Queen