Open matthew-sword opened 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里
run.c
7 我先把 step n给写了 (lgh)
step n
我写pay_rent(季慧)
robot bomb block已写
1 buy_house() - wxy
buy_house()
大家回复一下序号,把相应函数写了。函数都在
run.c
里