https://github.com/memosainz/javaoop-pokemonstatsattacks
In the project it was used both interfaces & abstract classes. As well, switch statements mixed with a While Loop.
https://github.com/memosainz/javaoop-pokemonstatsattacks
java oop
Last synced: about 2 months ago
JSON representation
In the project it was used both interfaces & abstract classes. As well, switch statements mixed with a While Loop.
- Host: GitHub
- URL: https://github.com/memosainz/javaoop-pokemonstatsattacks
- Owner: MemoSainz
- Created: 2024-07-28T10:20:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T10:31:06.000Z (10 months ago)
- Last Synced: 2025-02-07T13:40:19.990Z (3 months ago)
- Topics: java, oop
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A mini terminal-game of pokemon
It's a project in the terminal where the user is able to select a pokemon and see their stats as well their common attacks.
In the project it was used both Interfaces and Abstract Classes.
With each of their constructors.
As well, While loop was present among Switch statements.With the scanner class, the user can insert in the terminal which pokemon desires to see their stats and attacks.
The process of the terminal will end when the user inserts an 'exit' there.
Java Object-oriented programming
All lefts reserved © Memo Sainz 2024