1 using System;
2 using
IChess;
3 namespace
Chess
4 {

5     ///
<summary>
6     ///
Flag µÄժҪ˵Ã÷¡£
7     ///
</summary>
8     
public class Flag
9     {
10         
public Flag()
11         {
12             
//
13             
// TODO: //Download source code tại Sharecode.vn
14             
//
15         }
16
17         
private static Enums.ChessType _turns;
18         ///
<summary>
19         ///
²Ù×÷Æå×ÓµÄÂ×´Î
20         ///
</summary>
21         
public static Enums.ChessType Turns
22         {
23             
get{return _turns;}
24             
set{_turns=value;}
25         }
26
27         
private static int _redWinCount;
28         ///
<summary>
29         ///
//Download source code tại Sharecode.vn
30         ///
</summary>
31         
public static int RedWinCount
32         {
33             
get{return _redWinCount;}
34             
set{_redWinCount=value;}
35         }
36
37         
private static int _blueWinCount;
38         ///
<summary>
39         ///
À¶·½Ê¤Àû´ÎÊý
40         ///
</summary>
41         
public static int BlueWinCount
42         {
43             
get{return _blueWinCount;}
44             
set{_blueWinCount=value;}
45         }
46     }
47 }



Lập trình game cờ tướng bằng c# 19.717 lượt xem

Gõ tìm kiếm nhanh...