https://github.com/rcarubbi/carubbi.cards
Framework to Develop Card Games in .net
https://github.com/rcarubbi/carubbi.cards
blackjack c-sharp card-game cardgames cardgames-framework game video-poker-machine
Last synced: 3 months ago
JSON representation
Framework to Develop Card Games in .net
- Host: GitHub
- URL: https://github.com/rcarubbi/carubbi.cards
- Owner: rcarubbi
- Created: 2012-03-08T19:53:15.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-12-12T20:30:00.000Z (over 3 years ago)
- Last Synced: 2025-03-02T02:57:09.324Z (3 months ago)
- Topics: blackjack, c-sharp, card-game, cardgames, cardgames-framework, game, video-poker-machine
- Language: C#
- Homepage:
- Size: 8.36 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Carubbi.Cards
Framework to Develop Card Games in .netIt's a cool framework to develop your own card games.
The solution has the following projects:
These first are finished and workd properly:
1. Carubbi.Cards - the framework core
2. Carubbi.Cards.Test.UI - A UI to test the core funcionalities in a visual mode
3. Carubbi.Robamonte - A simple game of steal decks from your opponent (Logic + UI)
4. Carubbi.Blackjack - Business Logic of a black jack game over the core framework
5. Carubbi.BlackJack.UI - A user interface over blackjack business logic
6. Carubbi.SlotCard - Business Logic of a video poker machine
7. Carubbi.SlotCard.UI - UI of a video poker machineThe following projects are all in progress.
8. Carubbi.Truco - Business logic of truco game
9. Carubbi.Truco.UI - User interface of truco game
10. Carubbi.ConsoleSelfHostedServer - A self hosted server to support a multi-player poker game in WCF
11. Carubbi.PokerService - Business Logic Services to multi-player poker game
12. Carubbi.PokerClient - User interface of a multi-player poker gameTo run these projects just download the source code, open in visual studio, build and run.