comp345 / risk-game

Warzone game on console implemented using C++
1 stars 0 forks source link

Merge the cheater strats with the others #29

Closed eyeshield2110 closed 2 years ago

eyeshield2110 commented 2 years ago

TODO: Fix the Neutral strategy bug in a3_cheater_strat

DO NOT MERGE THESE BRANCHES TOGETHER

a3_cheater_strat is the correct branch to use (when fixed neutral player) and delete a3_strategy when done.

From GameEngine.cpp: image This is where the test are hardcoded

The default player strategy is : image

this->playerStrategy = new NormalPlayerStrategy(this);
laila-chammaa commented 2 years ago

close and delete branch? or u wanna use this?

laila-chammaa commented 2 years ago

good to close?