https://github.com/pmarcosfelipe/guessing-game
Jogo de Adivinhação em Java
https://github.com/pmarcosfelipe/guessing-game
Last synced: 3 months ago
JSON representation
Jogo de Adivinhação em Java
- Host: GitHub
- URL: https://github.com/pmarcosfelipe/guessing-game
- Owner: pmarcosfelipe
- Created: 2017-12-01T13:32:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T15:46:15.000Z (over 7 years ago)
- Last Synced: 2025-01-05T17:21:16.927Z (5 months ago)
- Language: Java
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# guessing-game
## Jogo de Adivinhação em Java
## 1. File Structure ##
```
guessing-game
├── build
│ └── ...
├── dist
│ ├── jogoGourmet.jar
│ └── README.TXT
├── nbproject
│ └── ...
├── src
│ ├── jogogourmet
| | ├── ControllerGourmet.java
| | ├── ElementoGourmet.java
| | ├── JogoGourmet.java
| | ├── ViewGourmet.java
├── test
│ └── ...
├── build.xml
├── Jogo Gourmet.exe
└── ...
```