资源列表
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); }
ud
- 快捷命令,erlang开发调试接口,方便新手快速开发(Shortcut command, Erlang develops debug interface to facilitate new development of novice.)
贪食蛇游戏
- 贪食蛇游戏 ,在DOS控制台运行,方向键控制方向. void Pos(int x,int y) { COORD pos; HANDLE hOutput; pos.X=x; pos.Y=y; hOutput=GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleCursorPosition(hOutput,pos); }
推箱子
- 简单的推箱子 适合初学者 毕竟只有一关,并且没有关卡切换,因为我也是第一次做这个,望理解(A simple suitcase,Simple pushbox is suitable for beginners. After all, there is only one pass and no level switch, because I also do this for the first time.)