Merge branch '36-implement-deck-class-in-common' into 'common'
Resolve "implement deck class in common" See merge request !12
No related branches found
No related tags found
Showing
- CMakeLists.txt 3 additions, 5 deletionsCMakeLists.txt
- src/common/game_state/cards/deck.cpp 199 additions, 0 deletionssrc/common/game_state/cards/deck.cpp
- src/common/game_state/cards/deck.h 61 additions, 0 deletionssrc/common/game_state/cards/deck.h
- src/common/game_state/cards/discard_pile.cpp 0 additions, 103 deletionssrc/common/game_state/cards/discard_pile.cpp
- src/common/game_state/cards/discard_pile.h 0 additions, 43 deletionssrc/common/game_state/cards/discard_pile.h
- src/common/game_state/cards/draw_pile.cpp 0 additions, 113 deletionssrc/common/game_state/cards/draw_pile.cpp
- src/common/game_state/cards/draw_pile.h 0 additions, 58 deletionssrc/common/game_state/cards/draw_pile.h
- src/common/game_state/player/player.cpp 6 additions, 6 deletionssrc/common/game_state/player/player.cpp
- src/common/game_state/player/player.h 3 additions, 3 deletionssrc/common/game_state/player/player.h
Loading
Please register or sign in to comment