A browser based Pokémon fangame heavily inspired by the roguelite genre.
Go to file
Flashfyre 3bee719026 Fix being able to steal non transferrable items 2023-10-23 22:23:18 -04:00
public Add Mega Rayquaza (static sprite) 2023-10-20 14:19:22 -04:00
src Fix being able to steal non transferrable items 2023-10-23 22:23:18 -04:00
.eslintignore Initial commit 2023-03-28 14:54:52 -04:00
.eslintrc.cjs Initial commit 2023-03-28 14:54:52 -04:00
.gitattributes Initial commit 2023-03-28 14:54:52 -04:00
.gitignore Add more logic for trainers (WiP) and various changes 2023-10-09 20:20:02 -04:00
LICENSE Initial commit 2023-03-28 14:54:52 -04:00
README.md Overhaul modifiers and add temp stat boosts 2023-04-18 22:09:37 -04:00
index.html Implement trainer battles and various changes 2023-10-18 18:01:15 -04:00
jsconfig.json Initially lock Mini Black Hole item 2023-04-29 01:40:24 -04:00
package-lock.json Add scaling level cap and party switch option after load 2023-10-03 12:50:31 -04:00
package.json Add scaling level cap and party switch option after load 2023-10-03 12:50:31 -04:00
vite.config.js Revert host change 2023-04-10 17:18:35 -04:00

README.md

pokemon-rogue-battle

To do

  • Title screen
  • Starter select screen
    • Get starters from save data caught Pokemon
  • Moves
    • Move logic
  • Abilities
    • Ability logic
    • Ability activation indicator (?)
  • Natures
  • Pokemon summary screen
    • Move remembering (no cost?)
  • Capture logic
    • Critical capture
  • Save data
    • Pokedex
  • Modifiers
    • PP Up
    • Various mainline game items for various enhancements
    • Items that cause effects on hit (?)
    • Capture rate booster
  • Balancing
    • Biome pools
  • Custom art
    • Battle bases and backgrounds
  • Game sequence
    • Endgame?
    • Endless mode?