1. Blackjack
Some parts of this game were done by TAs, but we still had to understand what was going on to complete the rest of the code. It seemed tough at the beginning, but it sure was very rewarding when I completed it.
In Blackjack, everyone plays against the dealer. Players receive all cards face up and the dealer's first card is face up and the second is face down. The game's objective is to get closer to 21 than the dealer without going over 21. If a hand goes over 21, it is called a “bust” or “break” and the wager is lost.
Read more about blackjack here.
2. Finding Identical Pictures
The goal of the game is to find all the slots with the same pictures. If the player chooses incorrect set of pictures, the pictures close and the player is given another chance to guess until all the pictures are found.
Both of these games were created using the same concept, objects (classes).
It's beautiful how with just basic knowledge and some effort, you can create something that is much more advanced.
Some parts of this game were done by TAs, but we still had to understand what was going on to complete the rest of the code. It seemed tough at the beginning, but it sure was very rewarding when I completed it.
In Blackjack, everyone plays against the dealer. Players receive all cards face up and the dealer's first card is face up and the second is face down. The game's objective is to get closer to 21 than the dealer without going over 21. If a hand goes over 21, it is called a “bust” or “break” and the wager is lost.
Read more about blackjack here.
2. Finding Identical Pictures
The goal of the game is to find all the slots with the same pictures. If the player chooses incorrect set of pictures, the pictures close and the player is given another chance to guess until all the pictures are found.
Both of these games were created using the same concept, objects (classes).
It's beautiful how with just basic knowledge and some effort, you can create something that is much more advanced.