Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 780 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 780 Bytes

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