This project features a custom Sudoku-inspired game built for an Extra Credit ICS 111 assignment. This version uses different rules which reflect what we were currently learning at the time with interfaces, functions, user input, arrays, and etc. This experimental Sudoku-inspired game was built as a learning exercise in ICS 111, but was a fun activity to explore how game mechanics can be adapted within simple code using the Intellij IDE.
This provided me with insight and experience with handling user input, validating game rules, and structuring code to adapt in a way to reflect my current learning.
This image is almost identical to what is shown to the user when they have completed the Sudoku game within the IDE. With the only difference being that my code only allowed numbers from 1-9 to be inputed into each slot. There were functions and various classes for solving the Sudoku game, randomizing each game, pausing & resuming during the game, error handling, and etc. It was definitely a fun experience in ICS 111 as a beginner programmer.
Link: https://github.com/kacykuni/ModifiedSudoku