A browser based Pokémon fangame heavily inspired by the roguelite genre.
 
 
 
 
Go to file
Madmadness65 a774fa69d5 Indigo Disk cross-evos now usable
Hydrapple and Archaludon are now able to be used. Dipplin also, as it was missing all it's graphics previously. Dragon Cheer is also in the TM pool now to accommodate this change.
2023-12-16 19:19:24 -06:00
public Indigo Disk cross-evos now usable 2023-12-16 19:19:24 -06:00
src Indigo Disk cross-evos now usable 2023-12-16 19:19:24 -06: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 sprites and icons for gen 8 and evolutions of past generations 2023-12-13 18:00:48 -05:00
LICENSE Initial commit 2023-03-28 14:54:52 -04:00
README.md Update README.md 2023-11-25 19:59:10 -05:00
index.html Add metadata for embed 2023-11-18 21:08:04 -05:00
jsconfig.json Add generation 8 Pokemon and new biomes 2023-12-14 00:41:35 -05:00
package-lock.json Soft implement gen 6-9 moves 2023-11-30 16:37:16 -05:00
package.json Soft implement gen 6-9 moves 2023-11-30 16:37:16 -05:00
vite.config.js Revert host change 2023-04-10 17:18:35 -04:00

README.md

PokéRogue

To do

  • Title screen
  • Add carry-over starter mechanic
  • Moves
    • Complete move logic
  • Abilities
    • Complete ability logic
  • Natures
  • Pokemon summary screen
    • Complete summary UI adding missing labels
    • Add IV screen
  • Capture logic
    • Critical capture
  • Save data
    • Update dex format to share attributes
  • Modifiers
    • PP Up
    • Various mainline game items for various enhancements
    • IV scanner
    • Valuable items for money
  • Trainers
    • Finish party pools
    • Add dialogue
    • Add reward for gym leader victories
  • Encounters
    • Add extremely rare chance of Arceus available anywhere with type change
  • Balancing
    • Biome pools
  • Battle animations
    • Fix broken battle animations (mostly ones with backgrounds)
    • Add common animations for modifier effects
  • Achievements
    • Add more achievements
  • Modes
    • Add random mode
    • Add Nuzlocke mode