Hello,
I'm not sure if this is the right place to post this, so I apologize in advance if it is not.
I'm currently trying to create a legally distinct program similar to the current VGC format for a school project. In the game, the player will battle a simple AI I've created, with a few preset teams that are inspired by popular and strong teams in VGC Reg I. The program will be simplified greatly compared to actual Pokemon, with types at the moment, less moves and one less status effect (those being included in the game are burn, para, poison and sleep). The player will have access to a few different teams, all of which will be modeled after the current meta teams. The team that the AI uses will be chosen from a random set of preset teams. to try to reduce repetition, but there is only so much I can do, especially if the player brings the same team every time.
The pokepastes of some of the teams I plan to add are:
Choice specs Miraidon and clear amulet Groudon team:
https://pokepast.es/313e35a77bf4c61e
Life orb Calyrex-Shadow and Zamazenta-C team:
https://pokepast.es/89d18c940f39794f
Clear amulet Calyrex-Ice and power herb Lunala trick room team:
https://pokepast.es/3191de3d1789cbff
(Of course everything will have different names and such).
If anyone has any suggestions for changes to any of these teams or other teams you'd like me to add, please tell me.
I don't plan on adding tera - I feel like it will be a nightmare to code - but if you think it is a necessary thing, please reply to tell me that, and I will attempt to add it.
As for the AI, I plan to give it simple prediction by providing it access to every damage calc for every mon on the field, and if an outspeed 2HKO or OHKO is threatening any of its mons, it will switch (unless it can't switch). This is obviously limited in terms of its ability to understand which mon it is switching the threatened mon out for and overall why it is bringing that other mon in. If there is less of a threat of an outspeed 2HKO or OHKO, then the AI will either choose to setup or attack. If anyone has any ideas how I can improve this while keeping it simple, please let me know.
The aim of this program is to be a simplified, strategic and fun version of VGC that allows completely new players to learn some
Finally, I'd like to know if anyone has any suggestions at all for other things I should add or may have missed, or any changes you think would make it a more strategic and enjoyable game.
Thanks for reading all this, I hope I didn't waste your time and have a good day!