Project information

Inspiration

This sudoku program was the result of my programming final and the work shared between myself and two classmates

Explanation

The game was writted in python and it initializes the board by creating three diagonal 3x3 squares with numbers 1-9. After the diagonals are created, the program iterates through the possible valid numbers at each given spot until a successful board is created.

Takeaways

Unfortunately, the members of my group had varying levels of skill, we were able to persist and even complete the program weeks in advance. This project taught me leadership techniques that enchances productivity and kept morality high.