天行健 君子当自强而不息

Putting Together a Full Game(7)

 

Programming the Sample Game

The game design is relatively simple. The majority of the work is assembling all the
pieces so that they work together. Imagine a game split into its major components,
much as illustrated in Figure 20.7. Now, you just need to amass those components into a useable form.

I separated each game component and did not intermix
them from chapter to chapter (with the exception of characters, which depend on a
few components from various chapters). I didn’t want you to be dependent on each
and every component working together. In this way, you can pick the components
that suit the needs for your project and apply what you learn quickly and easily.

Finally, in this chapter, you discover how easy it is to take all the separate components
and paste them together to form a complete game. With the game’s design,
which is outlined in the earlier section “Designing the Sample Game” under your
belt, you can focus on the programming side of creating the sample game.

Table 20.4 describes the components used in The Tower and the chapters in which
those components are developed.


posted on 2007-12-29 19:14 lovedday 阅读(221) 评论(0)  编辑 收藏 引用


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理


公告

导航

统计

常用链接

随笔分类(178)

3D游戏编程相关链接

搜索

最新评论