A browser based Pokémon fangame heavily inspired by the roguelite genre.
 
 
 
 
Go to file
Madmadness65 5371c1eb22 Change evolution methods for Hisui Pokémon
Requiring being in the Ruins to evolve was deemed too restrictive, so most Hisuian forms now require dusk or night to evolve. This also means the normal forms require dawn or day to evolve now as well. Hisui Lilligant being the outlier, was given a new evolution item instead, the Relic Band.
2024-03-03 13:37:10 -06:00
public Change evolution methods for Hisui Pokémon 2024-03-03 13:37:10 -06:00
src Change evolution methods for Hisui Pokémon 2024-03-03 13:37:10 -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 character sprite system with female rival 2024-02-22 18:03:36 -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 Update boss bar logic 2024-02-20 00:03:22 -05:00
index.html Add OpenGraph metadata 2024-03-01 12:59:35 -05:00
jsconfig.json Add generation 8 Pokemon and new biomes 2023-12-14 00:41:35 -05:00
package-lock.json Update Phaser version 2024-02-25 23:38:58 -05:00
package.json Revert "Update Phaser to 3.80.0 beta 2" 2024-02-18 23:01:44 -05:00
update_exp_sprites.ps1 Add experimental animated sprites 2024-02-24 21:16:19 -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