Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sammymedawar/minesweeper-java-netbeans

Project for the course COSC316: Design and Analysis of Algorithms. Minesweeper was made from scratch. We used the Depth First Search algorithm.
https://github.com/sammymedawar/minesweeper-java-netbeans

depth-first-search java javaswing netbeans

Last synced: about 2 months ago
JSON representation

Project for the course COSC316: Design and Analysis of Algorithms. Minesweeper was made from scratch. We used the Depth First Search algorithm.

Awesome Lists containing this project

README

        

# Minesweeper-Java-Netbeans
Project for the course COSC316: Design and Analysis of Algorithms. Minesweeper was made from scratch based on how we percieved the game was made. We used the Depth First Search algorithm to recursively loop over every button in an m*n matrix inputted by the user.

**Contributors (Name - Email):**
Sammy Medawar - [email protected]
Omar Arabi - [email protected]
Wally el Sayed - [email protected]

-**If you want to execute the application without Netbeans, please download the "Execute This" folder**
-**For more information and screenshots, please access the PDF file in the project**