- The most simple vertion of "duel manster" game.
- It used c#'s winfrom to have a simple and crude GUI.
- It has accomplished some fundamatal functions.Players can pick cards, push cards and attack other player's card.
- Unitxxx folders: contain unit test files
- duel folder:contain the project all file,all impoctance file is in it
- Fixed bugs
- Resharp.
Write a summary about creating these code for "duel manster".
- Form1:control game ui
- Game:control game rule:pick cards,send cards,duel cards
- Card:cards' attibute and showCardInfo function
- CardFactory:produce cards by reading infofile ,ShowCardsAmount,pop card
- CardManager:manage cards:pop,send,push
- CardDuel:remove function,else extend CardManger
- DuelTextBoxes:show cards' info
- GameStatus:show game's info