搜索资源列表
yqyxyuanchengxu
- 一个完整的2d游戏引擎原码. 说明 Game.vcproj 这是主项目文件。 它包含有关生成文件的 Visual C++ 版本的信息,以及 有关用“应用程序向导”所选择的平台、配置和项目功能的信息。 Game.h 这是应用程序的主头文件。它包含其他 项目特定的头文件(包括esource.h),并声明CGameApp 应用程序类。 -a complete original 2d game engine code. Note Game.vcproj This
llk
- 鼠标操作,点击两个相同的图案,如果存在不超过两个拐角的通路就可以消去 有时间限制,时间到则该局挑战失败,消去一次则时间会回退一格 F5: 提示 F6: 生命(重新布局)-This file contains a summary of what you will find in each of the files that make up your llk application. llk.dsp This file (the project file) co
1
- 猫马里奥源码,附游戏本体 main.cpp main.h loadg-Cat Mario source code, with a game ontology main.cpp main.h loadg
SnakeGo
- 又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置,提醒一下,这个游戏需要你的视力特别好哦,要不然看不清楚的。-======================================================================== MICROSOFT FOUNDATION
QTchees
- QT象棋源码 #include <qapplication.h> #include "main_form.h" int main( int argc, char ** argv ) { QApplication a( argc, argv ) MainForm w w.initializeAll() w.show() a.connect( &a, SIGNAL( lastWindowClosed() ), &a, SLOT(
BW-chess
- bw.dsp 这个文件(项目文件)包含在项目级别的信息和 用于建立一个单一的项目或子项目。其他用户可以共享 项目(。DSP)文件,但他们应该在本地出口的makefile。 bw.h 这是应用程序的主头文件。它包括其他 项目特定的头文件(包括Resource.h)并声明 CBwApp应用程序类。 bw.cpp 这是主要的应用程序的源文件包含应用程序 类CBwApp。 bw.rc 这是对微软W
Awesome-Tetris
- 本程序用C++编程语言实现了Windows控制台下俄罗斯方块这一游戏。用户进入游戏主界面后,经由键盘输入,可以控制游戏进程。 其特色在于,以模块化的结构,多文件的实现程序的功能。整个程序的终极目标——“俄罗斯方块”的功能,被拆分成了包括主函数在内的13个函数模块。整个项目由4个.CPP文件和6个.h头文件组成(其中有4个文件是External Dependencies),共583行。 -The program in C++ programming language to implemen
Sudoku
- 利用C++ STL库解数独,包含Sudoku.h、Sudoku.cpp和main.cpp三个文件-Solving of Sudoku
namefight
- 以前自己编的一个小游戏,输入姓名然后可以对战,可以自娱自乐一下-#include <stdlib.h> #include <time.h> #include <windows.h> #define S Sleep(1000) #define P printf char name1[20],name2[20] int k1,k2,i,t1,t2,sxq int x1=100,x2=100,pow1,pow2,spe1,spe2
FiveChess
- 五子棋游戏的visual c++源代码,是较为经典的学习代码。-ppWizard has created this FiveChess application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
BoxMan
- Othello是一款用于学习visual c++的编程游戏,有利于提升学习兴趣。-AppWizard has created this Othello application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your applicatio
llk
- 连连看是一款简单易懂的游戏,该游戏采用visual c++编写,对游戏感兴趣的爱好者值得一看-AppWizard has created this llk application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your applicat
Snake
- 贪吃蛇一一款很经典的游戏,该游戏代码采用visual c++编写,编程爱好者可以从中找到编程的规范和过程-AppWizard has created this Snake application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your
Tetris
- 俄罗斯方块是一款简单,容易上手,但是很经典的游戏,该游戏采用visual c++编写,值得一看-AppWizard has created this Tetris application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your appl
ShootGame
- VC++编写的射击游戏源码。 设置: 1.子弹数量 2.游戏按 时间,子弹数,飞盘数 3.飞盘速度 4.游戏背景- MICROSOFT FOUNDATION CLASS LIBRARY : Shoot
main.c
- 新手入门级 简单扫雷小游戏for mac 无需conio.h(Simple Minesweeper for Mac)