https://github.com/ser-arthur/sudoku-arcade
Classic Sudoku game with an interactive GUI built in Pygame.
https://github.com/ser-arthur/sudoku-arcade
backtracking-algorithm gamedevelopment minimax-algorithm puzzle pygame sudoku
Last synced: 4 months ago
JSON representation
Classic Sudoku game with an interactive GUI built in Pygame.
- Host: GitHub
- URL: https://github.com/ser-arthur/sudoku-arcade
- Owner: ser-arthur
- License: mit
- Created: 2024-09-14T03:59:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T04:06:13.000Z (9 months ago)
- Last Synced: 2024-12-31T03:13:26.597Z (6 months ago)
- Topics: backtracking-algorithm, gamedevelopment, minimax-algorithm, puzzle, pygame, sudoku
- Language: Python
- Homepage:
- Size: 3.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: READMe.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Sudoku Arcade
**A Python-based Sudoku game featuring an interactive graphical user interface (GUI) built with Pygame.**
## Features
- Generates unique puzzles (Easy, Medium, Expert) with a single solution using a backtracking algorithm.
- Intuitive mouse and keyboard controls for entering numbers.
- Notes Mode for tracking possible numbers in cells.
- Solve button reveals the solution.
- Lives system: Lose a life with each incorrect entry.
- Built-in timer to track puzzle completion time.## Contribution
Have ideas for enhancing the game or improving puzzle algorithms? Fork the repo, make changes, and submit a pull request.
## Visuals
![]()
![]()
## License
MIT License.
## Author
**Kobby S. Arthur**