Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/othman-birem/minesweeper
https://github.com/othman-birem/minesweeper
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/othman-birem/minesweeper
- Owner: othman-birem
- License: lgpl-2.1
- Created: 2023-11-10T17:30:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T19:40:36.000Z (about 1 year ago)
- Last Synced: 2023-11-12T18:39:02.128Z (about 1 year ago)
- Language: Java
- 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).