Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 492 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 492 Bytes

CS325_Portfolio_Project

An implementation of a Sudoku Puzzle game for Oregon State University's CS325 class

Setup

This game requires these steps to run:

  1. Input python3 venv -m game into console
  2. Input source game/bin/activate
  3. Input pip -r requirements.txt

To Run

A puzzle file from QQWing with the Compact setting is required (a sample is included). The game is run by inputting python sudoku.py into console.

To deactivate Venv

Run deactivate in the console