Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sammymedawar/minesweeper-java-netbeans
- Owner: SammyMedawar
- Created: 2023-03-03T17:36:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T22:01:10.000Z (over 1 year ago)
- Last Synced: 2023-12-02T08:22:54.199Z (about 1 year ago)
- Topics: depth-first-search, java, javaswing, netbeans
- Language: Java
- Homepage:
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**