Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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