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: 24 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T22:01:10.000Z (over 2 years ago)
- Last Synced: 2025-01-05T20:29:08.749Z (10 months 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 - sammymedawar2002@gmail.com  
Omar Arabi - omararabi100@gmail.com  
Wally el Sayed - wally.a.elsayed@gmail.com    
-**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**