/pokemon-fight-graph

Creating n-ary tree of fighting two pokemon with all attacking options until one died and picking one path.

Primary LanguageC++

I implemented the n-ary tree for all scenarious of the fighting two pokoemons until one died.

To compile:

  • g++ -std=c++11 -Wall -Werror main.cpp -o main