find DS Sudoku Solver on facebook, HERE
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 fileviews.py
- The Request Handlersroutes.py
- URL Mapsapp.py
- The sudoku Solving moduletemplates folder
- All the templates
##Technologies Used
- Python, WebApp2 framework on google's appengine
- twitter's bootstrap to spice-up the application