https://github.com/duskyelf/tubby-rps
Simple Rock, Paper, Scissors game for Tubby Tubben using JOptionPlane (java)
https://github.com/duskyelf/tubby-rps
Last synced: about 1 year ago
JSON representation
Simple Rock, Paper, Scissors game for Tubby Tubben using JOptionPlane (java)
- Host: GitHub
- URL: https://github.com/duskyelf/tubby-rps
- Owner: DuskyElf
- License: mit
- Created: 2022-09-09T11:10:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T09:50:45.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T11:46:25.317Z (over 1 year ago)
- Language: Java
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Rock, Paper, Scissors game for Tubby Tubben using JOptionPlane (java)
## Getting Started with the project in visual studio code
Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code.
## Folder Structure
The workspace contains two folders by default, where:
- `src`: the folder to maintain sources
- `lib`: the folder to maintain dependencies
Meanwhile, 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).