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

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.

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

menu
gameboard

solved screen
notes

game over

## License

MIT License.

## Author

**Kobby S. Arthur**