资源列表
hostage-game-in-C
- 本程序实现解救人质的小游戏,在规定时间内,只要可以走到下面的小人那里就赢。-The program implements hostage game, within the specified time, as long as you can go there to win the following villain.
贪食蛇游戏
- 贪食蛇游戏 ,在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); }
main
- Snake game.Also stores highest score
a
- source code for d2charsave edit
flappy-bird
- 愤怒小鸟,在dos中运行,挺有意思的。可以运行没有错误-this game is flappy bird
flappy-bird
- 用C语言编写的flappy bird程序,程序逻辑清楚,便于初学者练习编程-Using C language flappy bird, program logic is clear, easy for beginners to practice programming
CP
- 贪吃蛇的源代码,我们可以用VC或VB对其进行编译即可。-Snake source code, we can use the VC or VB can compile.
yiwansui
- 万岁测试小程序,自己算算,第一行填上你的年月日,点一下按钮就可以了-testing procedures, calculate for themselves, the first line to fill in your date, the point button on the can
health-point
- 用于RPG游戏的制作,基于java语言程序,显示血量,可直接作为脚本使用-Production for the RPG game, showing blood
youxi
- 一个JAVA小游戏,一个典型的多线程小实例:球的运动,适用于初学者交流 -A JAVA game, a typical multi-threaded a small example: the ball s movement, for beginners exchange
21
- 棋牌类游戏的21点,使用C语言编写,纯控制台界面,供大家学习!-21:00 chess game, using C language, pure console interface for everyone to learn!
LIFE.C
- This a short game about Life Algorithm with some features of tricks in C programming.-This is a short game about Life Algorithm with some features of tricks in C programming.