Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayhanbss/virtualpet-pbo24
Virtual Pet Game, created for the final project of the Object-Oriented Programming course 2024.
https://github.com/rayhanbss/virtualpet-pbo24
game java maven oop oops-in-java tamagotchi
Last synced: 30 days ago
JSON representation
Virtual Pet Game, created for the final project of the Object-Oriented Programming course 2024.
- Host: GitHub
- URL: https://github.com/rayhanbss/virtualpet-pbo24
- Owner: rayhanbss
- Created: 2024-12-02T06:30:25.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-10T01:46:44.000Z (about 1 month ago)
- Last Synced: 2024-12-10T02:30:35.232Z (about 1 month ago)
- Topics: game, java, maven, oop, oops-in-java, tamagotchi
- Language: Java
- Homepage:
- Size: 6.23 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VirtualPet-PBO24
Virtual Pet Game, created for the final project of the Object-Oriented Programming course 2024.
## TODO List
1. ~~Make abstact pet class~~
2. ~~Make action interface for child of pet~~
3. ~~Make child of pet: Cat, Dog, Hamster, Parrot, Turtle, Rabbit~~
4. ~~Make the repositories~~
5. ~~Make the basic GUI~~
6. ~~Make GUI sync with the repo (Button, Text, etc.)~~
7. ~~Polishing GUI~~
8. ~~Testing~~
9. ~~Fixing (Optional)~~