A simple Casino BlackJack card game written in C# as part of my learning assignment a few years ago and it is not intent to be a full feature game.
This project is to demostrate the way to build a simple card game and only cover the very basic of blackjack rule with standard card counting method.
To active counting monitor, please select "Manual shuffle on the setting manu.
Use this game to train your card counting skill before you go to the real casion.
Sorce code available on...
Archivist is a program for "Magic the Gathering".
Archivist allows you to create Magic Decks for Mindless Automaton and Apprentice. You can manage your private card collection and multiple decks. Rich analysis tools help you to improve your deck.
Archivist 2 is the latest version build for Windows Systems using the .NET Framework.
Download as archive or self extracting archive. No installation required!
CODE moved to GitHub - https://github.com/spech66/archivist
Full ring Texas Hold'em poker game built around an intelligent AI system. The AI uses players' betting actions to calculate a probability distribution of their hole cards and uses it to evaluate hand strength and the best possible action. Small random changes are made to mimic human behavior and make the AI less predictable. Future versions will include adaptive opponent modeling using neural networks to improve the AI's strength. The AI code can be easily adapted for input from screen scrapers.