https://github.com/othman-birem/minesweeper
The retro windows Mine-Sweeper game made using Java
https://github.com/othman-birem/minesweeper
Last synced: 4 months ago
JSON representation
The retro windows Mine-Sweeper game made using Java
- Host: GitHub
- URL: https://github.com/othman-birem/minesweeper
- Owner: othman-birem
- License: lgpl-2.1
- Created: 2023-11-10T17:30:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T19:40:36.000Z (over 1 year ago)
- Last Synced: 2025-02-02T14:37:00.577Z (5 months ago)
- Language: Java
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Getting Started
Hello, this is one of my first humble learning projects as a beginner and i thought that it would be of help to some people to share it in here, So enjoy and don't forget that i'm open to any questions or clarifications about this project or any other that i might be familiar with , We learn together.
## Folder Structure
The workspace contains three main folders, where:
- `src`: the folder to maintain sources
- `lib`: the folder to maintain dependencies
- `images`: the folder to maintain image resources for the gameMeanwhile, the compiled output files will be generated in the `bin` folder by default.
> If you want to customize the folder structure, open `.vscode/settings.json` and update the related settings there.
## Dependency Management
The `JAVA PROJECTS` view allows you to manage your dependencies. More details can be found [here](https://github.com/microsoft/vscode-java-dependency#manage-dependencies).