A browser based Pokémon fangame heavily inspired by the roguelite genre.
Go to file
Flashfyre 53ab693bad Add release option on full party 2023-04-11 01:31:18 -04:00
public Move enhancements and stat modifiers 2023-04-10 23:15:06 -04:00
src Add release option on full party 2023-04-11 01:31: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 Initial commit 2023-03-28 14:54:52 -04:00
LICENSE Initial commit 2023-03-28 14:54:52 -04:00
README.md Fix UI layering issue with evolution screen 2023-04-11 00:56:05 -04:00
index.html Center game canvas 2023-04-10 23:24:16 -04:00
jsconfig.json Add auto mode and various changes 2023-03-29 00:31:25 -04:00
package-lock.json Add WiP move attributes system 2023-04-03 23:38:31 -04:00
package.json Add Pokemon Reborn move animations 2023-04-03 20:47:41 -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
    • UI
    • Get starters from save data caught Pokemon
  • Moves
    • Move logic
    • Can't use when PP consumed
    • Multi hit moves should still show 1 time(s) when hitting once
  • Abilities
    • Ability logic
    • Ability activation indicator (?)
  • Natures
  • Status effects
    • Status effect animation
  • EXP logic
    • Fix algorithm (currently inaccurate)
  • Pokemon summary screen
    • Move remembering (no cost?)
  • Capture logic
    • Critical capture
  • Save data
    • Pokedex
  • Battle info
    • Owned icon
    • Status effect indicator
  • Modifiers
    • PP Up
    • Ether/elixir
    • 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?