⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wuzi.h

📁 一个在tc3.0下面写的棋类游戏 很经典 值得好好研究
💻 H
字号:
#include"ourmouse.h"
#ifndef __WUZI_H
#define __WUZI_H

typedef struct  MARK
 {
   int five,livefour,crackfour,hopfour,hopthree,livethree;
   int crackthree,livetwo,cracktwo,one;
   long mark;
   int i,j;
 }  MARK;
void paint_qipan();
int iffive(int i,int j, int who);
int paint_qizi(int x,int y,int who);
void paint_button(struct BUTTON Button);
void setup_screen();
void ButtonDown(struct BUTTON button);
MARK evaluate(int i,int j,int who);
int ai(int depth,int who);
void StartBtn_clicked();
void RegretBtn_clicked(void);
void anytoprocess(int x,int y,int f);
void wuzi();

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -