Automatic backups, patching, replication, and failover. Focus on your app, not your database.
Cloud SQL handles your database ops end to end, so you can focus on your app.
Try Free
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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...
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.