issues
search
jesstyrrell
/
cosc345
https://jesstyrrell.github.io/cosc345/
GNU General Public License v3.0
2
stars
2
forks
source link
Implement application loop in main.cpp
#14
Closed
jesstyrrell
closed
2 months ago
jesstyrrell
commented
2 months ago
Flow of control in main:
Call GUI to display start screen, and accept input to start game
Start a game loop which calls playHand() in Game until the user quits
Call GUI to say bye
Flow of control in main: