Blackjack – 2017
Open source Blackjack game demo written in C# while I was studying Computer Science A Level. It is a relatively simple game, however is a example of both event driven and object orientated programming. Hopefully this may help an early programmers – feel free to tweak and repurpose as you like.
Features
- Supports multiplayer of up to 5 players.
- Players can be switched between CPU team mates or true multiplayer. (Just click the player/cpu icon to switch)
- Sound affects and a demo of how to embed them in C#applications.
- Fully open source demo.
- Meaningful variable and object names – Camel case.
Screenshots
- Main Application Window – In game with 5 players, 2 physical and 3 CPU.
- Keeps track of all players scores, with appropriate sound affects for each result.
- Easily to follow code with commenting where neccessary.
Upcoming Features
- None. This is purely a demo for anyone to use.
Installation
View Github Page
The blackjack software runs on Microsoft Windows with the .NET Framework version 4.5 and above. It is fully compatible with Windows Vista and above.