Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenop/8-queens-puzzle
https://github.com/chenop/8-queens-puzzle
angularjs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chenop/8-queens-puzzle
- Owner: chenop
- Created: 2014-06-23T19:14:09.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T19:26:47.000Z (almost 8 years ago)
- Last Synced: 2024-04-14T19:59:10.379Z (9 months ago)
- Topics: angularjs
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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