Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 728 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 728 Bytes

Cat's Sudoku (AKA Best Sudoku)

Unfortunately, this no longer works as the API has been changed. If I can find another Sudoku API, or am able to create my own, I will update this project.

A website where you can play Sudoku. You can sign up, login, save/load games, and see best times/completed games for yourself. Global leaderboard can be seen as well.

Heroku

Play Cat's Sudoku at www.CatherineMeza.com/Sudoku

Installation

Use the package manager pip to install from requirements.txt.

pip install -r requirements.txt 

API used

The API used to create Sudoku games was www.sudoku.com. Note: Only https://sudoku.com/api/getLevel/LEVEL_NAME is able to be used.