Pinned Repositories
acm
Advanced-Algorithm
Attendace-Capture-and-Management
BlackJack
This is a simple Python project on the card game named "BlackJack". It is a game between the Dealer and the Player, where both the Dealer and the Player take 2 cards. Both the cards of the player are shown but in case of dealer, only one card is shown and the other one is hidden from the player. IMP: the value of Jack, Queen and King is 10, and the value of other cards are their respective numbers, e.g. Value of hearts of 2 is 2 and value of diamond of 10 is 10. But the value of Ace depends on the user, it can either be a 1 or a 11, but , all the aces will have same value, e.g. if the player has 2 aces, both can either have a value of 11 or a value of 1. They can't have value of one card as 1 and the other has 11. Keeping these rules in mind, player calculates the score of his card. Now, it is upto the player to choose one of the two options, HIT or SHOW. If the player is not satisfied with his total score, then he can choose HIT, which will provide him with one more card, but if he chooses SHOW, then the other hidden card of the dealer will be shown and then one who gets the greater score wins.
business-analytics
Data-Structures
DJ-Comps-Student-Info-Portal
Information about Student with complete background, for use primarily by recruiters.
E-commerce-react
NconNect
Notes-Sharing-Website
AryanParekh's Repositories
AryanParekh/NconNect
AryanParekh/Notes-Sharing-Website
AryanParekh/acm
AryanParekh/Advanced-Algorithm
AryanParekh/Attendace-Capture-and-Management
AryanParekh/BlackJack
This is a simple Python project on the card game named "BlackJack". It is a game between the Dealer and the Player, where both the Dealer and the Player take 2 cards. Both the cards of the player are shown but in case of dealer, only one card is shown and the other one is hidden from the player. IMP: the value of Jack, Queen and King is 10, and the value of other cards are their respective numbers, e.g. Value of hearts of 2 is 2 and value of diamond of 10 is 10. But the value of Ace depends on the user, it can either be a 1 or a 11, but , all the aces will have same value, e.g. if the player has 2 aces, both can either have a value of 11 or a value of 1. They can't have value of one card as 1 and the other has 11. Keeping these rules in mind, player calculates the score of his card. Now, it is upto the player to choose one of the two options, HIT or SHOW. If the player is not satisfied with his total score, then he can choose HIT, which will provide him with one more card, but if he chooses SHOW, then the other hidden card of the dealer will be shown and then one who gets the greater score wins.
AryanParekh/business-analytics
AryanParekh/Data-Structures
AryanParekh/DJ-Comps-Student-Info-Portal
Information about Student with complete background, for use primarily by recruiters.
AryanParekh/E-commerce-react
AryanParekh/Information-Security
AryanParekh/Meme-Generator-React
AryanParekh/pytorch-stable-diffusion
AryanParekh/React-Project-Spacex
AryanParekh/Snake
This is a simple Snake Game in C language, similar to the one in Nokia Mobile. For movement: W-up; S-down; A-left; D-right;
AryanParekh/Study-Material
AryanParekh/Threco
AryanParekh/Unicode_Backend
AryanParekh/Unicode_Frontend
AryanParekh/Vehicle-Specific-Object-Detection-and-Temporal-Tracking-in-Video-Stream
AryanParekh/War
War is a card game between two players, where each player is given 26 cards from a well shuffled deck of 52 cards. When the game starts, both the players are supposed to pick a random card from their 26 cards and then they are supposed to compare their scores. Ace is given the highest priority, after that King Queen and Jack, and after that the numbers 10,9,8...3 and 2 . the player who gets the higher card wins the round and gets to keep both the display cards. If both the players get a card of same preferences (e.g. both aces), then they are asked to pull 3 cards from their set of cards and keep it on the table, and then pull another card and compare their scores. The player who gets the higher card wins and if they get the same cards again, then the same process is repeated.The game continues just like this until one of the players run out of the cards.