This project aims to investigate and analyse the Minesweeper game implemented by Mitchell Sayer. The selected Minesweeper code can be found on the following url, GitHub repository. Accordingly, we will perform a static analysis and suggest potential code improvements where deemed necessary. The enhancements are done through refactoring the code. By doing so, we aim to address code smells and bugs, with the ultimate goal of optimizing the game’s performance in terms of time complexity and space complexity.
mehrad31415/MineSweeper
This project investigates code smells and proposes potential enhancements to an implementation of minesweeper.
Java