https://github.com/tricked-dev/pokemon
https://github.com/tricked-dev/pokemon
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tricked-dev/pokemon
- Owner: Tricked-dev
- License: apache-2.0
- Created: 2022-09-09T15:37:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T06:01:35.000Z (over 3 years ago)
- Last Synced: 2025-01-16T10:17:18.762Z (about 1 year ago)
- Language: C#
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokemon
Made as a school project
## Output
```
--------------------
██████╗ ██████╗ ██╗ ██╗███████╗███╗ ███╗ ██████╗ ███╗ ██╗
██╔══██╗██╔═══██╗██║ ██╔╝██╔════╝████╗ ████║██╔═══██╗████╗ ██║
██████╔╝██║ ██║█████╔╝ █████╗ ██╔████╔██║██║ ██║██╔██╗ ██║
██╔═══╝ ██║ ██║██╔═██╗ ██╔══╝ ██║╚██╔╝██║██║ ██║██║╚██╗██║
██║ ╚██████╔╝██║ ██╗███████╗██║ ╚═╝ ██║╚██████╔╝██║ ╚████║
╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝
--------------------
Pickachu attacks Charmeleon with Electric Ring
Pickachu has 60 HP left
Charmeleon has 20 HP left
Charmeleon attacks Pickachu with Flare
Pickachu has 15 HP left
Charmeleon has 20 HP left
Pickachu departed, fight ended
Pokemon population health: 17
Pokemon population count: 2
```