sunhaohai / Rich

软件工程
1 stars 1 forks source link

未完成函数list(2018/10/31) #1

Open matthew-sword opened 6 years ago

matthew-sword commented 6 years ago
1 void buy_house(PLAYER* player)
2 void pay_rent(int owner, int symbol, PLAYER *player)

3 void robot_cmd(PLAYER* player,BOOL* end_round)

4 void quit_cmd(PLAYER *player,BOOL* end_round)

5 void bolck_cmd(PLAYER *plary, int position,BOOL* end_round){

6 void bomb_cmd(PLAYER *plary, int position,BOOL* end_round){

7 void step_cmd(PLAYER *plary, int position,BOOL* end_round){

大家回复一下序号,把相应函数写了。函数都在run.c

matthew-sword commented 6 years ago

7 我先把 step n给写了 (lgh)

CSHuiji commented 6 years ago

我写pay_rent(季慧)

Belief997 commented 6 years ago

robot bomb block已写

realnumber666 commented 6 years ago

1 buy_house() - wxy