资源列表
源
- 扫雷游戏,自己编写的代码,还是蛮有意思的(saolei ziji bianx youyisi in a inter na tion)
AirWar-master
- nkhihiuhihfkjhdkfjhdkjf
AlphaZero Chinese Chess
- AlphaZero Chinese Chess 实现人工智能象棋人机对战
five
- 文件上面有操作流程,真的很棒,很方便,适合儿童玩,当然需要成认的监护(There is operation process on the file. It's really great, very convenient, suitable for children to play, of course, need to be recognized as guardianship.)
【石器时代】lua学习库
- lua的学习基础文件,有很多人都在找的东西。(Lua's learning basic documents, there are many things people are looking for.)
猜谜大师改,回答一次拿到奖品
- 猜谜大师不用再猜100个题了。对于脚本修改新手来说直接覆盖就好。送一个每日签到。(The guessing master won't have to guess 100 more questions. For scr ipt modification, the novice is directly covered.)
ablua
- 一些外边找不到的ABLUA,应该会对你有用的(Some ABLUA that can't be found outside)
game
- 一个简单的对战小游戏,C语言课程的大作业。(It is a very simple PVP game based on C.)
贪吃蛇程序
- 贪吃蛇源代码 ,比较简单,思路还算清晰。(Snake source code is relatively simple, and the way of thinking is fairly clear.)
Project1
- 用C语言编一个实现石头剪刀布的人机对战小游戏(Using C language to compile a human-machine war game for stone scissors cloth.)
猜数字2
- MSP430开发板 按键操控的一个猜数字小游戏(MSP430 Development Board A guessing number game with key manipulation)
Snake1
- void Pos(int x,int y) { COORD pos; HANDLE hOutput; pos.X=x; pos.Y=y; hOutput=GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleCursorPosition(hOutput,pos); }