Create README.md

This commit is contained in:
Samuel H 2023-04-01 10:35:50 -04:00 committed by GitHub
parent 71cc5291d0
commit 51863952c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 48 additions and 0 deletions

48
README.md Normal file
View File

@ -0,0 +1,48 @@
# pokemon-rogue-battle
## To do
- Title screen
- Moves
- Animation handler with all animations
- Move logic
- Can't use when PP consumed
- Abilities
- Ability logic
- Ability activation indicator (?)
- Natures
- Status effects
- Status effect animation
- EXP logic
- Fix algorithm (currently inaccurate)
- Pokemon summary screen
- Move learning when full
- Move remembering (no cost?)
- Capture logic
- Critical capture
- Save data
- Pokedex
- Battle info
- Owned icon
- Status effect indicator
- Gender icon
- Evolution
- Evolution screen
- Background (ripped video?)
- Particles
- Modifiers
- PP Up
- Type enhancers
- Evolution items
- Various mainline game items for various enhancements
- Items that cause effects on hit (?)
- Capture rate booster
- Balancing
- Modifiers
- Biome pools
- Custom art
- Battle bases and backgrounds
- Game sequence
- Biome sequence (random?)
- Endgame?
- Endless mode?