15-112 Sudoku Term Project! This project is a part of the Summer 2024 CMU 15-112 Fundamentals of Programming class. The aim is to develop a classic game of Sudoku with enhanced features and functionality.
To run this project, ensure you have Python 3.11 and cmu_graphics
installed. Follow the steps below to set up the project:
-
Install Python 3.11: Download and install Python 3.11 from the official Python website.
-
Install cmu_graphics: Install
cmu_graphics
using pip:pip install cmu_graphics
-
Clone the repository:
git clone <repository_url> cd 15-112-sudoku-term-project
-
Run the main game script:
python main.py
This project is part of the CMU 15-112 Fundamentals of Programming class