-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
117 lines (100 loc) · 4.03 KB
/
Copy pathindex.html
File metadata and controls
117 lines (100 loc) · 4.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<title>Python 项目</title>
<link href="./css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="wrap">
<header id="mainheader">
<h1>Python 项目</h1>
</header>
<nav id="topnav"></nav>
<div id="maincontent">
<section id="leftcontent">
<header id="pageheader">
<h2 id="introduction">
<span>项目简介</span>
<p>项目利用pygame包来完成,游戏情景设计为穿越沙漠,是以沙漠为背景的闯关竞技类游戏。
游戏共设置有两关,第一关消灭所有敌人即可进入下一关。游戏还配置了背景音乐,提高了游戏体验感。</p>
<p>设计分为以下几点:</p>
<p>游戏角色类的设计与实现、各种其他类的设计与实现(子弹、墙壁、关卡等),
赋予各种角色一些属性特征即可实现游戏效果。</p></h2>
</header>
<section id="leftcontents">
<header id="mainheading">
<h2>项目说明</h2>
</header>
<div id="contentwrap">
<section class="postinfo">
<h2 class="postdata postdate">Patr 1</h2>
</section>
<article class="postpre">
<header>
<h3>项目</h3>
</header>
<p>游戏取名为“穿越沙漠”,背景取自沙漠,表现主角在沙漠打怪物。游戏配上了背景音乐,尤其开头的音乐取自经典游戏“超级玛丽”,让人充满回忆。</p>
</article>
<div class="postbtm"></div>
<section class="postinfo">
<h2 class="postdata postdate">Patr 2</h2>
</section>
<article class="postpre">
<header>
<h3>人员信息与分工</h3>
</header>
<p>蒋昌跃 2017211625 <br />主要负责:游戏主体结构的编写,人物角色类的设计,主要结构编写等。</p>
<p>谷科瑾 2017211612 <br />主要负责:游戏人物角色的选定,图片素材的处理,游戏背景地图类的设计与编写等。</p>
<p>曹馨文 2017211695 <br />主要负责:游戏其他物体类(子弹类、墙壁类)等的设计,后期结构的修改与调整。</p>
<p>干之汀 2017211744 <br />主要负责:游戏背景音乐的选定与处理,游戏图片与音乐导入等问题的解决,开始与结束界面的设计等</p>
</article>
<div class="postbtm"></div>
<section class="postinfo">
<h2 class="postdata postdate">Patr 3</h2>
</section>
<article class="postpre">
<header>
<h3>关键技术</h3>
</header>
<p>pygame包的应用,类的设计与应用</p>
</article>
<div class="postbtm"></div>
<section class="postinfo">
<h2 class="postdata postdate">Patr 4</h2>
</section>
<article class="postpre">
<header>
<h3>开发环境</h3>
</header>
<p>Spyder(需要安装pygame包)</p>
</article>
<div class="postbtm"></div>
<section class="postinfo">
<h2 class="postdata postdate">Patr 4</h2>
</section>
<article class="postpre">
<header>
<h3>使用的素材资源</h3>
</header>
<p>全部来源于百度以及经过PS处理!</p>
</article>
</div>
</section>
</section>
<section id="sidebar">
<h1 >其他备注</h1>
<div class="sb-c">
<p class="testimonial">
</p>
<p>游戏整体包括游戏角色、道具图片、背景等图片,应以背景音乐,字体等文件,单独下载源代码无法正常运行,需下载完整的压缩包!</p>
<p>源代码共分为两个,包括leads.py(角色类)和temp.py,需要都下载下来,只要运行temp.py文件即可。</p>
<a href="https://github.com/jiangchangyue/Python">点此进入github查看完整代码</a>
<p></p>
<a href="https://pan.baidu.com/s/1QHDZ2XEkjvP4_hBP6Ugyfg">点此进入百度云连接下载完整压缩包(提取码:6c9b)</a>
</div>
</section>
</div>
</div>
</body>
</html>