A browser based Pokémon fangame heavily inspired by the roguelite genre.
Go to file
Madmadness65 0fe4d02b87 Implement a few moves
Fully implements Anchor Shot, Clangorous Soul, Coaching, Thunder Cage, Dragon Energy, Infernal Parade, and Mortal Spin.
Partially implements Baneful Bunker, Tar Shot, Aura Wheel, and Syrup Bomb.
Trapping moves also updated to deal 1/8th damage and lasts for 4-5 turns.
2024-02-08 17:01:11 -06:00
public Implement a few moves 2024-02-08 17:01:11 -06:00
src Implement a few moves 2024-02-08 17:01:11 -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 most gen 9 move animations 2023-12-21 20:58:00 -05:00
LICENSE Initial commit 2023-03-28 14:54:52 -04:00
README.md Implement some moves and update arena tags to include side 2024-01-15 23:29:22 -05:00
index.css Add natures 2024-01-05 22:31:13 -05:00
index.html Add natures 2024-01-05 22:31:13 -05:00
jsconfig.json Add generation 8 Pokemon and new biomes 2023-12-14 00:41:35 -05:00
package-lock.json Add female trainer and male rival 2024-02-06 16:15:35 -05:00
package.json Update final boss fight and restructure some files 2024-01-13 12:24:24 -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
  • Modifiers
    • Various mainline game items for various enhancements
    • Valuable items for money
  • Trainers
    • Finish party pools
    • Add dialogue
    • Add reward for gym leader victories
  • Battle animations
    • Fix broken battle animations (mostly ones with backgrounds)
  • Modes
    • Add random mode
    • Add Nuzlocke mode