aed3 / poke-sim

Creating a Pokemon battling and analyzing C++ library designed for speed.
BSD 3-Clause "New" or "Revised" License
19 stars 1 forks source link

Adapting Pokemon Showdown #1

Open aed3 opened 1 year ago

aed3 commented 1 year ago

This is a list of functions in the two Pokemon Showdown folders this project is adapting (sim and dex) that will, should, and might have its logic completely changed. The functions are also listed for their main reason for changing. To discuss a function in depth, a separate issue can be created directly from this list. I'll be editing this list as ideas change.

Priority 1 (Will Change)

Priority 2 (Should Change)

Priority 3 (Might Change)

aed3 commented 1 year ago

With all the Priority 1 functions planned out, it's time to start working on the vertical slice!