Welcome to the home of GLSkip
I just signed up for this service at SourceForge
so I'm still working on all the details.
Project Goals:
- Emulate the card game Skip-Bo (duh)
- Multi-threaded
- Network-able using TCP packets
- All versions of the game have 'server' capabilities built in
- GUI front-end (using OpenGL)
- Platform independent
Object Model:
- Game
- Draw pile [*-162]
- 4 discard piles [0-12]
- Players
- Player
- Stock pile [0-30*]
- 4 discard piles [*]
- Cards in hand
- Network
Function Model:
- Game
- Add a full discard pile to the draw pile
- Shuffle
- Deal cards to players from draw pile
- Player
- Network