📄 stackup v10 - 一个 directx.htm
字号:
<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>StackUp 游戏</title></head><body><h3 align="center"><font color="#FF0000">StackUp V1.0 - 一个 DirectX 游戏</font></h3><!-- Author and contact details --><p>本文由 <a href="mailto:petr.stejskal@vslib.cz">Petr Stejskal</a>提供</p><p>StackUp 是一个老的二维逻辑游戏。 我(文中"我"是Petr Stejskal——译者)第一次看见这个游戏是在 C-64上,并且我非常喜欢这个游戏 (我特别喜欢2D游戏).我曾经为 Amiga公司 (assembler / hardware chipsets addressing)编程数年。我认为用 C++ / DirectX / MFC 编写这个游戏是更简单和更快洁的方法之一。</p><table border="1" cellPadding="0" cellSpacing="0"><tbody> <tr> <td width="50%"><img alt="stackup_options.gif (3945 bytes)" src="images/stackup_options.gif" WIDTH="300" HEIGHT="225"></td> <td width="50%"><img alt="stackup.jpg (12861 bytes)" src="images/stackup.jpg" WIDTH="300" HEIGHT="225"></td> </tr></tbody></table><p> </p><p>程序开发基于VC+ 5.0 MFC 应用程序向导工程并且完全使用MFC函数。1.0版的StackUp游戏需要 DirectX 3.0 或更高的版本支持。 <ul> <li>DirectDraw </li> <li>DirectInput </li> <li>DirectSound </li></ul><p>MFC 类: <ul> <li>CStackUpApp - creates MFC application object </li> <li>CStackUpWnd - creates the main window </li></ul><p>Generic Classes: <ul> <li>CLogo - handles the menu </li> <li>COptions - class for menu items </li> <li>CGame - contains main game routine <!-- create more blocks of source code as needed --></li></ul><!-- create more blocks of source code as needed --><p><!-- the DLL --></p><!-- the DLL --><p><a href="images/stackup.zip">下载游戏可执行文件 (340 KB)</a></p><p><a href="images/stackup_src.zip">下载游戏的完整原代码 (44 KB)</a><!-- Posted / Update date Month day, year (eg August 11, 1998) - add to the list --></p><!-- Posted / Update date Month day, year (eg August 11, 1998) - add to the list --><p>Date Posted: Sept 14, 1998<!--comments--> </p><nolayer></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -