My C-Sharp Projects
BlackJack
This project consists of the game which many may be familiar with, Blackjack. The game rules are similar to the original, the only difference being the ace is always worth 11. The dealer will also be assigned a value between 17-25.
Since it is an over 18's game , I also designed and implemented a registration form which ensures the user is over the age of 18 and has agreed to the terms and conditions. If the user isnt over the age of 18 and or has not agreed to the terms and conditions, they cannot play.
This project got me a distinction in college.
Car Database
For this project, I developed a car database using C-Sharp. I created both the database and Graphical User Interface (GUI) for this project.
It allows users to navigate specific records, by using the data controls in the bottom left of the screen. Users can add new records, update them and delete them. I also included a help facility to help users who are having trouble functioning the program.
This project also got me a distinction in college.