Skip to content

flameguy150/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Made with pygame

Second implementation

  • Game Icon
  • Animations and Title Screen
  • Settings
  • Saves game progress and can start a new game
  • Winner Screen

title game settings

Controls

f: screen info

s: settings

number pad: change number to input

Project Structure



How to run

  1. Clone the repository
git clone https://github.com/flameguy150/sudoku.git
cd sudoku
  1. Create and activate a virtual environment
py -m venv .venv

(Windows)
.\.venv\Scripts\Activate.ps1

(Mac/Linux)
source .venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run file
windows: py main.py
mac/linux: python3 main.py

About

sudoku game for desktop

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages