搜索资源列表
pintugame
- 根据用户选择等级,生成对应的游戏难度系数的图片,用户控制的键是2,4,6,8,分别是下,左,右,上-According to the user s selection, corresponding to the level of difficulty of the game, the user control key of pictures, which is under 2,4,6,8 is, left, right,
Awesome-Tetris
- 本程序用C++编程语言实现了Windows控制台下俄罗斯方块这一游戏。用户进入游戏主界面后,经由键盘输入,可以控制游戏进程。 其特色在于,以模块化的结构,多文件的实现程序的功能。整个程序的终极目标——“俄罗斯方块”的功能,被拆分成了包括主函数在内的13个函数模块。整个项目由4个.CPP文件和6个.h头文件组成(其中有4个文件是External Dependencies),共583行。 -The program in C++ programming language to implemen
JavaSwingxjzb
- 星际争霸的JAVA版所有源代码。基于Swing的界面控制编程,以及一些用户交互控制,鼠标拖放,屏幕滚动,游戏角色创建与控制等方面的应用,对学习JAVA编程是绝佳的参考范例-JAVA version of StarCraft all the source code. Swing-based interface to control the programming, as well as some user interaction control, drag and drop, scrolling
pac_man
- This the popular PAC MAN game developed in C++. It has a graphical look and the user can control the program by standard keyboard buttons.-This is the popular PAC MAN game developed in C++. It has a graphical look and the user can control the program
gameoflife
- C++ code for the game of life. This program gives the user control over elements of the game of life such as the size of the world and the amount of starting life.
daziyouxi
- 该程序在TC3.0环境下编译通过,共有9个函数。分别是printScreen,start,leave,levelChoice,newWord,moving,wordHit,result和main。 其功能分别是: printScreen:刷新屏幕输出的图像。 Start:用户进入程序时选择开始,退出和求助。 Leave:用户离开程序事提示感谢使用 levelChoice:用户开始之前选择等级 newWord:生成一个新的字母并将其置于首行。 moving:将屏幕上的所
ConsoleMain
- 单人游戏:一方用户控制,一方电脑自动控制 使用OpenGL编程实现-Single game: one user control, automatic control of one computer programming using OpenGL
double-2048
- 这是一个2048游戏的改良版,在原有2048游戏的基础上再增加了一个游戏窗口,使得用户可以同时控制两个游戏。-This is a modified version of the 2048 game, based on the original 2048 game and then added a game window, so that the user can simultaneously control two games.