https://github.com/armandris/sudoku
Sudoku written in JS, server written in Python
https://github.com/armandris/sudoku
Last synced: 3 months ago
JSON representation
Sudoku written in JS, server written in Python
- Host: GitHub
- URL: https://github.com/armandris/sudoku
- Owner: ArmanDris
- Created: 2023-01-22T06:28:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T05:37:00.000Z (6 months ago)
- Last Synced: 2025-01-05T10:30:58.260Z (5 months ago)
- Language: JavaScript
- Homepage: https://sudoku.drismir.ca
- Size: 436 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku
[Play this game here](https://sudoku.drismir.ca).
# About
On the leaderboard the font of the score corresponds to the difficulty it was beaten on:
- Easy: Comic Sans
- Medium: Sans serif
- Hard: Times New RomanTo see how the back end works check out my [Flask server](https://github.com/ArmanDris/StrawberryPieServer)