I'm programing an UNO game for C++ and I'm stuck on how to proceed

I created a github repository to collect my thoughts.

https://github.com/QueenSophiaLo/Uno-in-C-

my code as of now is all in
https://github.com/QueenSophiaLo/Uno-in-C-/blob/main/codeRewrite.cpp

I can't figure out how to pick up a starting card and then give each player 7 cards to start the game (I created some functions and I attempt to call those functions on line 349-355). Thanks :)
Are we looking at the same code? Your lines 349-355 is just text.
Maybe it would help if you copied relevant excerpts that you're having issues with.
You can format your code on this site using [code] and [/code] tags.
Last edited on
Topic archived. No new replies allowed.