CsDealer is a C# implementation of the PyDealer Python playing card library. Developed as a .NET class library using Visual Studio, this project aims to provide a robust and easy-to-use card game library for .NET applications.
- C# Implementation: Mirrors the functionality of the PyDealer library with adjustments for C# conventions.
- Method Naming: Uses method names similar to PyDealer, with adaptations for C# (e.g.,
str
is replaced withToString
). - C# Conventions: Adopts C# naming conventions, including PascalCase for methods and camelCase for variables.
Detailed documentation for the CsDealer library can be found here.