xephtar / pokemon-fight-graph

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 100.0%