
Games
benny5609
普通得不能再普通的80年代后
展开
-
在Jeff Prosise井字棋的基础上做的一个五子棋
在Jeff Prosise井字棋的基础上做的一个五子棋,全手工代码输入,利用MFC实现,因为尚不知如何手工添加按钮,所以暂时重新开始游戏的方式为双击标题栏。可以到http://groups.google.com/group/jiutianfile下载编译好的文件和Visual Studio.net 2005工程源代码。源代码gobangSrc.rar,编译好的文件gobangRel.rar原创 2008-02-22 10:22:00 · 744 阅读 · 0 评论 -
RaceX - A 2D racing game using DirectDraw
http://www.codeproject.com/KB/directx/racex.aspx原创 2008-03-03 11:45:00 · 846 阅读 · 0 评论 -
免费的游戏引擎HGE使用记
今天了解到有个HGE的2D免费游戏引擎,不由得心痒痒想看看,本来还害怕太大,下起来麻烦,结果去其官网一看,才2M多,马上就下下来。官网地址:http://hge.relishgames.com/downloads.htmlGoogle了一下,英文资料比较多,中文就几篇,找到一篇中文的tutorial来试试吧。Tutorial地址:http://www.rainstorey.com/blog/art原创 2008-04-24 15:07:00 · 3146 阅读 · 0 评论 -
游戏相关引擎荟萃2(English)
Favorites Haafs Game Engine - Hardware accelerated 2D game engine codemonsters programming Radiant http://gamdev.org/ kjAPI - 3D GAME C++ API The Code Proj原创 2008-04-26 08:56:00 · 1069 阅读 · 0 评论 -
游戏相关引擎荟萃1(English)
Engines _AI Engine BioGraphic Technologies - Advanced AI for Games, Animation and Simulation FEAR -- Foundations for Genuine Game AI OpenSteer _Net Engine Rakkarsoft Gamewiz Arkhart -- Arkhart The ADA原创 2008-04-26 08:55:00 · 1703 阅读 · 0 评论 -
比较简单的2D游戏引擎C++类
//GameEngine.h文件:#pragma once#include LRESULT CALLBACK WndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);class GameEngine{protected:HINSTANCE m_hInst; // 应用程序实例句柄HWND m_hWnd; //原创 2008-04-26 09:07:00 · 8628 阅读 · 3 评论 -
游戏引擎列表及其门户网站
物理Engine novodexhttp://www.novodex.com/odehttp://ode.org/Tokamakhttp://www.adamdawes.com/programming/tokamak/index.htmlNewtonhttp://www.physicsengine.com/OPCODEhttp://www.codercorner.com/Opcode.htmfla原创 2008-04-26 09:08:00 · 1671 阅读 · 0 评论 -
3D图形技术常用技术一览
3D图形技术常用技术一览一、场景管理相关的技术(scene manager th):八叉树(octree) 、四叉树(quadtree)、二叉树(biniary space tree)、多叉树(n - tree)、入口技术(portal)、扩展入口(anti-portal)二、通用内核渲染管理技术(render manager)队列(queue)、优先队列(deque)、链原创 2008-04-26 09:11:00 · 1891 阅读 · 0 评论 -
wxwidget onpaint
1. // wxWidgets documentation: Note that In a paint event handler, // the application must *always* create a wxPaintDC object, even // if you do not use it. Otherwise, under MS Windows,原创 2011-11-05 10:36:16 · 2172 阅读 · 0 评论