LaraMo / Risk-Swift-Sloths

COMP 345 project taken in Fall 2023 - creating the RISK game with C++
Apache License 2.0
0 stars 2 forks source link

All things Command Processing #34

Open kontacky01 opened 11 months ago

kontacky01 commented 11 months ago

Update =>i added all things commandprocessing draft1(not finished yet) =>Changes i made to other classes

  1. changed the class Transition in gameengine
  2. i added a setState method to class player to be able to move a player to different states
  3. i changed the wording of commans to match asg2 pdf command wording ex: quit instead of end, gamestart inlieu of assigncountries
  4. i removed the win transition to go to winstate because this can only be achieved through playing the game that is if someone has defeated others not just by a user entering a command