Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhilipsiva/dssudokusolver
DhilipSiva 's Sudoku Solver
https://github.com/dhilipsiva/dssudokusolver
dhilipsiva-sudoku-solver ds-sudoku-solver puzzle puzzle-game sudoku sudoku-puzzle sudoku-solver
Last synced: 1 day ago
JSON representation
DhilipSiva 's Sudoku Solver
- Host: GitHub
- URL: https://github.com/dhilipsiva/dssudokusolver
- Owner: dhilipsiva
- License: mit
- Created: 2012-06-24T07:04:36.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2015-08-29T06:31:10.000Z (over 9 years ago)
- Last Synced: 2024-11-03T14:42:21.344Z (about 2 months ago)
- Topics: dhilipsiva-sudoku-solver, ds-sudoku-solver, puzzle, puzzle-game, sudoku, sudoku-puzzle, sudoku-solver
- Language: HTML
- Homepage: https://apps.facebook.com/dssudokusolver/
- Size: 801 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
DhilipSiva 's Sudoku Solver
==============find DS Sudoku Solver on facebook, [HERE](https://apps.facebook.com/dssudokusolver/)
*DS Sudoku solver* is a mini web application that solves the sudoku puzzle.
##Todo
`api.py` is originally intended for solving the sudoku. But it is not yet complete. Instead of solvimg things from server I am going to take a crack at solving it using javascript on the client end, first. And Then I planned to implement the solution at server-end.##Contents
This repository consists of the following files:
- `main.py` - The main python file
- `views.py` - The Request Handlers
- `routes.py` - URL Maps
- `app.py` - The sudoku Solving module
- `templates folder` - All the templates##Technologies Used
- Python, [WebApp2](http://webapp-improved.appspot.com/) framework on google's appengine
- [twitter's bootstrap](http://twitter.github.com/bootstrap "Twitter Bootstrap") to spice-up the application