Skip to content

CsDealer is a C# library replicating the PyDealer Python library for playing card games. It provides .NET developers with card management tools, following C# conventions and method names.

License

Notifications You must be signed in to change notification settings

AaronLiftig/CsDealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CsDealer

Overview

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.

Features

  • 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 with ToString).
  • C# Conventions: Adopts C# naming conventions, including PascalCase for methods and camelCase for variables.

Documentation

Detailed documentation for the CsDealer library can be found here.

About

CsDealer is a C# library replicating the PyDealer Python library for playing card games. It provides .NET developers with card management tools, following C# conventions and method names.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages