Skip to content

The purpose of this is to generate solutions to battle scenarios in the pokemon game.

License

Notifications You must be signed in to change notification settings

TylerGubala/pokemon-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pokemon-solver

The purpose of this is to generate solutions to battle scenarios in the pokemon game.

src is the directory to the source code. Source is c++, written using Qt Creator.

build are built applications. The application is a GUI interface which will allow you to create teams of pokemon, edit their stat spreads, and then calculate a winrate, in percentage form, against possible opposing team builds.

database is the location of the XML database that the application uses. The goal here is to have a format that is extensible, easy to read, and easy to change. Hopefully, through utilizing different versions of the XML database, the application can be changed by a person with little knowlege of C++ on-the-fly.

About

The purpose of this is to generate solutions to battle scenarios in the pokemon game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published