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

Initial commit #8

Closed pbaaic closed 1 year ago

pbaaic commented 1 year ago

Created all classes for CardsDeck, amended Player classes to avoid naming conflicts, and added testCards() to MainDriver.

LaraMo commented 1 year ago

Hey @pbaaic , i was unable to run your code, can you run it on ur end?

image

also, could u explain why you copied the player files to your branch?

pbaaic commented 1 year ago

Hey @pbaaic , i was unable to run your code, can you run it on ur end? image

also, could u explain why you copied the player files to your branch?

I can run it fine on Clion, but I can't get anything to run on VS Code: Untitled

I had to change any mention of your temp classes (Hand and Orders) because they were conflicting with mine.