This repository was archived by the owner on Aug 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,15 @@ The top card ( by victory sequencing ) wins a tie.
4646
4747# What should you expect from this project
4848Solving a library Design problem for a card game
49+ The silos game of TeenPaatti ... here we call the main()
4950![ cardGame.Java] ( https://github.com/AloyASen/Java-CardGame/blob/master/codeMap/cardGame.png )
50-
51- ![ player.Java] ( https://github.com/AloyASen/Java-CardGame/blob/master/codeMap/Player_Java.png )
52-
51+ the Main Creates the game instance ``` Lifecycle Design pattern ```
5352![ SimpleCardGame.Java] ( https://github.com/AloyASen/Java-CardGame/blob/master/codeMap/simple_card_game_java.png )
54-
53+ The players are botched up dynamically
54+ ![ player.Java] ( https://github.com/AloyASen/Java-CardGame/blob/master/codeMap/Player_Java.png )
55+ The Game Deck is shuuffled random once, securely ... securities applied
5556![ GameDeck.Java] ( https://github.com/AloyASen/Java-CardGame/blob/master/codeMap/gameDeck_java.png )
56-
57+ The Players maintain individual states ``` State Design pattern ```
5758![ State.Java] ( https://github.com/AloyASen/Java-CardGame/blob/master/codeMap/state_java.png )
5859# Building this Projects with Gradle
5960
You can’t perform that action at this time.
0 commit comments