搜索资源列表
SLG_Game
- 简单的2D游戏引擎,包括AStar算法等实现,Win32程序,游戏入门极好的参考。-A simple 2D game engine, including the realization of AStar algorithm, Win32 process, an excellent reference for game entry.
puzzle
- [简介] 名称: 《拼图》-附源代码 (代码行数:747 注释行数:164) 开发环境:WinXp+VC.Net2005+Win32 API 作者:mj 联系方式:mj055@yahoo.cn [拼图] 鼠标操作,有音效 游戏玩法仿文曲星上拼图游戏,每次只能用空白方块与左右相邻的数字方块对换, 当排列成1 2 3 则游戏胜利 4 5 6 7 8 [说明] 1.游戏引擎代码参考[美]Michael Mor
WIN32_BALLv3.2
- 纯win32 环境加GDI, 模拟以前FC游戏 弹球(pinball) 开发的一款小游戏. 其中使用到单例设计模式, STL常用用法等, 代码共2k 行左右, 仅供游戏开发初学者参考.-Pure win32 environment, plus GDI, simulated game before the FC pinball (pinball) the development of a game. Cases in which the use of design patterns into a
FiveQi
- 我写的五子棋人机对弈程序,开发环境是Code::Block8.02,是用的Win32 SDK编程,没用任何框架,所以其它开发环境应该把源文件加入工程就OK了,但是我没试过。核心算法参考了Zhong_Zw的程序,特此感谢。本来还想实现博弈树的算法,可是没有调试通过,就放弃了。使用的算法是贪心算法,还有随机算法。-I wrote the man-machine chess backgammon program development environment Code:: Block8.02, is
push-box
- 经典的推箱子游戏,纯C语言编写,可以很方便参考此代码并转成win32程序-Classic Sokoban game, pure C language, you can easily reference this code and turn into win32 program
chess
- 中国象棋源代码 1, 画面精美,是学习GUI编程的很好参考资料 2, 实现了人机对弈,涉及人工智能算法 3, 有MFC及win32两个版本,适用各种Programmer-Chinese chess source code 1, the window fine is good to learn GUI programming reference 2, to achieve a human-computer chess, artificial intelligence algor
the-chess-game-source-code
- WIN32 SDK版本的象棋游戏源代码。采用VC6开发。包含AI,可人机对战。代码较为易懂,适合初学者参考和学习。-WIN32 SDK version of the chess game source code. Developed using VC6. Include AI, can be man-machine game. Code is more understandable for beginners reference and learning.
chess
- 具有一定棋力的象棋源代码,界面设计漂亮,可以供学习象棋编程的朋友参考,完全是由win32 SDK编写的-It have enough power chess s VC source code, beautiful interface design , can learn chess programming friends for reference, is composed entirely of the win32 SDK writing
xiangqi
- 这是一个在visual c++6.0 win32 平台下编写的象棋程序 仅供参考! (注:mfc视图类) 工程名 Xq -This is a chess program written in visual c++6.0 win32 platform for reference only! (Note: mfc view class) project name Xq
cards
- 用C++写的纸牌游戏 win32程序 有需要的读者可以下载作为参考-Using C++ to write the card game Win32 program readers need can be downloaded for reference
Simple-version-of-the-fishing
- 本程序是一个模仿捕鱼达人的小游戏,语言为C语言。WIN32、GDI。实现功能: 积分; 碰撞; 点击测试; 随机生成鱼; 连续图片实现鱼游泳动画; 点击音效; 程序是鄙人C语言实验程序,参考了《windows游戏编程之从零开始》GDI部分。程序逻辑简单,实现直接,结构比较清晰。如果有类似作业需求的,可以作为参考。(This program is a copy of the game to fish, language C language. GDI, WIN32. Realizat