Framework to Develop Card Games in .net
It's a cool framework to develop your own card games.
The solution has the following projects:
These first are finished and workd properly:
- Carubbi.Cards - the framework core
- Carubbi.Cards.Test.UI - A UI to test the core funcionalities in a visual mode
- Carubbi.Robamonte - A simple game of steal decks from your opponent (Logic + UI)
- Carubbi.Blackjack - Business Logic of a black jack game over the core framework
- Carubbi.BlackJack.UI - A user interface over blackjack business logic
- Carubbi.SlotCard - Business Logic of a video poker machine
- Carubbi.SlotCard.UI - UI of a video poker machine
The following projects are all in progress.
- Carubbi.Truco - Business logic of truco game
- Carubbi.Truco.UI - User interface of truco game
- Carubbi.ConsoleSelfHostedServer - A self hosted server to support a multi-player poker game in WCF
- Carubbi.PokerService - Business Logic Services to multi-player poker game
- Carubbi.PokerClient - User interface of a multi-player poker game
To run these projects just download the source code, open in visual studio, build and run.