ZIP井字棋小游戏,内含mitsuko.h mitsuko.lib两个文件 11.87KB

water_beer_worm

资源文件列表:

mitsuko.zip 大约有3个文件
  1. mitsuko/
  2. mitsuko/mitsuko.h 558B
  3. mitsuko/Mitsuko.lib 42.47KB

资源介绍:

井字棋小游戏,需要vs2022环境,压缩包里是头文件和静态库,下载后需要自己链接,需要帮忙三连关注私聊我,网上也有资料
#define _CRT_SECURE_NO_WARNINGS 1 #define LEN 3 #define WID 3 #include<stdio.h> #pragma comment(lib,“Mitsuko.lib”) //游戏菜单 void menu(int a); //棋盘 char board[LEN][WID]; //打印棋盘 void Printboard(char board[LEN][WID], int len, int wid); //初始化棋盘 void Initboard(char board[LEN][WID], int len, int wid); //玩家下棋 void PlayerMove(char board[LEN][WID], int len, int wid); //电脑下棋 void ComputerMove(char board[LEN][WID], int len, int wid); //判断结果 char IsWin(char board[LEN][WID], int len, int wid);
100+评论
captcha
    类型标题大小时间
    ZIP图片自动下载器-单线程增量式爬虫18.38MB8月前
    ZIPjava基于BS结构下的OA流程可视化的研究与实现(源代码+论文).zip238.8KB8月前
    ZIPJAVA基于J2ME的手机游戏开发(论文+源代码).zip161.54KB8月前
    ZIPcode-verification.zip3.44KB8月前
    ZIPAxure RP 9 原型设计软件69.43MB8月前
    ZIP设计模式-Java单例模式的各种实现实例6.5KB8月前
    ZIP斯坦福cs229课程笔记小抄82.94MB8月前
    ZIP打分系统V1.0 C#开发含数据库 v1.0 版本 数据库:2008r2 开发环境 vs2015 语言 C# 使用boot98.59MB8月前