Skip to content
This repository was archived by the owner on Aug 26, 2020. It is now read-only.

Commit 0bcc6f8

Browse files
committed
addin in some of the twists to make the readme ... more understandable for the recuiters and the watchers
1 parent f178d4f commit 0bcc6f8

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,15 @@ The top card ( by victory sequencing ) wins a tie.
4646

4747
# What should you expect from this project
4848
Solving 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

codeMap/sort_by_Points_java.png

75.8 KB
Loading

0 commit comments

Comments
 (0)