1 / 10
文档名称:

Game.Programming.Books.Network-Based Asteroids with DirectX and C.pdf

格式:pdf   页数:10
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

Game.Programming.Books.Network-Based Asteroids with DirectX and C.pdf

上传人:kuo08091 2014/3/18 文件大小:0 KB

下载得到文件列表

Game.Programming.Books.Network-Based Asteroids with DirectX and C.pdf

文档介绍

文档介绍:Network-Based Asteroids with DirectX and C#
Software Requirements Specification
Daniel Balasubramanian and e Titsworth
1
Contents
1 Introduction 3
2 Major Goals 3
3 System Reference 3
4 Software Project Constraints 4
5 System Interface Description 4
6 Use Case Diagram 5
7 Basic Program Flow Chart 6
8 Functional Description 6
DirectX Initialization . . . . . . . . . . . . . . . . . . . . . . . . . 6
Main Game Loop . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
Game Starting . . . . . . . . . . . . . . . . . . . . . . . . 8
Game Level Changing . . . . . . . . . . . . . . . . . . . . 8
Game Running . . . . . . . . . . . . . . . . . . . . . . . . 8
Game Exit . . . . . . . . . . . . . . . . . . . . . . . . . . 8
-Only States . . . . . . . . . . . . . . . . . . . . . . . . . 8
Game Awaiting Connection . . . . . . . . . . . . . . . . . 8
work Level Change . . . . . . . . . . . . . . . . 8
work Running . . . . . . . . . . . . . . . . . . . 9
work Exit . . . . . . . . . . . . . . . . . . . . . 9
2
1 Introduction
This program is work-based game resembling ”Asteroids”. This program
was chosen to give us experience in a number of different areas, -
work programming, multi-threaded programming, and game programming in
general. Also, we wanted to learn more about C# and the .NET F