Owzok / Sudoku_pygame

Sudoku done in Pygame for a python project, developed in 2021 for Prog I, UTEC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧠 Sudoku in Pygame py size

A simple Sudoku in pygame python project, developed in 2021 for Prog I in UTEC

❗ Requirements

pgam
To install this library just use the pip package installer and run:

pip install pygame

πŸ’Ύ Getting Started

git clone https://github.com/Owzok/Sudoku_pygame.git
cd Sudoku_pygame

After installation finishes follow configuration instructions then run python3 sudoku.py to start playing.

πŸ‘¨β€πŸ« How to play

On the main screen you have the new game and exit button.

After clicking on new game, you can choose between playing a new game or continue playing a saved game.

The saved games are on a json file, there you just put the name of the player on the input box and click on play to play or delete to delete. You can use next and previous also to travel through the chosen player games.

If you decide to play a new game you choose to play on a 2x2 or a 3x3 board, after that select one of the 3 difficulties (they only change the amount of initial placed numbers) and then you just play ! There is a save button there also if you want to save the game for another moment.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Sudoku done in Pygame for a python project, developed in 2021 for Prog I, UTEC.

License:MIT License


Languages

Language:Python 100.0%