资源列表
Caishu
- 程序运行时自动产生1—100的随机数,接受用户键盘输入数据并给出提示信息,直至猜对。游戏者猜对后,显示猜测次数,并提供“重新开始”和“退出”功能-running at 1-100 automatically generate random numbers, user keyboard input data and gives a message until guessed right. Players guess right, shows the number of speculations,
1-120
- 09石器速转人1-120级自动练级代码,自动加陪练,自动买气,全程防卡自动判断-09 Neolithic transfer speed 1-120 level automatic leveling code, automatic sparring, auto buying, the whole anti-card automatically determine the
Sudoku
- 解数独题目,按照规定输入一个数独题目,未知数为0,电脑自动解开题目-Solve Sudoku Problem
math
- 这是一个简易的数学题游戏, 有助小学生学习数学的基本运算-This is a simple math game
ada
- online theare resevation program using ada
贪吃蛇
- 经典的贪吃蛇小游戏,虽然界面很简陋,但是很好玩哦(It is an amazing and reminiscent game which everybody has played it before. It is for sure that you are going to love it.)
pong
- simple ball game made using nokia LCD 5110 screen and arduino. Interfaced through SPI
lua
- huangye求生的辅助,希望大家可以试着下载使用下。(huangyeqiusheng help)
GameCode
- This Game is Javascr ipt code, and Html5
FloatTipText
- 手游常见的游戏中中弹tip功能,详细用法参考源码(The game in the hand tour of the game in the tip function, detailed use of the reference source code)
mt
- 我的世界格雷科技5.09木炭堆点火器自动摆放原木程序(My world Gray technology 5.09 charcoal ignitor automatically sets the log program)
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); }