-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.html
More file actions
executable file
·109 lines (96 loc) · 5.39 KB
/
project.html
File metadata and controls
executable file
·109 lines (96 loc) · 5.39 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Chen Li's project page</title>
<link rel="stylesheet" type="text/css" href="css/globalHead.css" />
<script type="text/javascript" src="js/func.js"></script>
</head>
<body onload="clickMenu('outer','div','more')">
<div style="display: none" id="goTopBtn">
<img src="images/toTop.png">
</div>
<script type=text/javascript> goTopEx(); </script>
<div class="container">
<div class="content">
<a href="javascript:show('Yi');"><h3>Yi</h3></a>
<div class="hidden" id="Yi">
<h4>Description</h4>
<p align="justify">
This an online chess game of Go based on .Net framework. The following are some selected screenshots of the game.
</br>
Github Address: <a href="https://github.com/CheesGame/chessGame" target="_blank">https://github.com/CheesGame/chessGame</a>
</p>
<p align="center"><img src="img/p1_1.png" alt="" /></p>
<p align="center">Fig 1. The main menu of the game.</p>
<p align="center"><img src="img/p1_2.png" alt="" /></p>
<p align="center">Fig 2. The online player hall of the game</p>
<p align="center"><img src="img/p1_3.png" alt="" /></p>
<p align="center">Fig 3. The main interface of the game.</p>
<h4>Developers</h4>
<p>Chen Li, Jian Gao, Haizhen Jiao, Congyue Zhang.</p>
<h4>Final Report</h4>
<p><a href="res/goReport.pdf">PDF version</a></p>
</div> <!-- end of mesh -->
<a href="javascript:show('Dango Girl');"><h3>Dango Girl</h3></a>
<div class="hidden" id="Dango Girl">
<h4>Description</h4>
<p align="justify">
This a NPCs game based on QT framework, which has 4 game schemas, 4 different game roles, dozens of game props and gets vast positive
feedback from users.
</br>
Github Address: <a href="https://github.com/Relics/DangoGirl" target="_blank">https://github.com/Relics/DangoGirl</a>
</br>
The following are some selected screenshots of the game.
</p>
<p align="center"><img src="img/p2_1.png" alt="" /></p>
<p align="center">Fig 1. The loading interface of the game.</p>
<p align="center"><img src="img/p2_2.png" alt="" /></p>
<p align="center">Fig 2. The main menu of the game</p>
<p align="center"><img src="img/p2_3.png" alt="" /></p>
<p align="center">Fig 3. The module choosing interface of the game.</p>
<p align="center"><img src="img/p2_4.png" alt="" /></p>
<p align="center">Fig 4. The character choosing interface of the game.</p>
<p align="center"><img src="img/p2_5.png" alt="" /></p>
<p align="center">Fig 5. The main interface of the game</p>
<p align="center"><img src="img/p2_6.png" alt="" /></p>
<p align="center">Fig 6. The main interface of the game 2</p>
<h4>Developer team</h4>
<p>"Nine Bears"(Chen Li, Yichen Zhu, Boyao Jiang, Congyue Zhang, Hongrui Zhu, Can Yang, Sibei Li, Xiangjun Zhen, Zhipeng He)</p>
<h4>Final Report</h4>
<p><a href="res/dangoGirlReport.pdf">PDF version</a></p>
</div> <!-- end of mesh -->
<a href="javascript:show('Vapor');"><h3>Vapor</h3></a>
<div class="hidden" id="Vapor">
<h4>Description</h4>
<p align="justify">
This a website imitating <a href="http://store.steampowered.com/">Steam</a> based on JS and Django.
</br>
Github Address: <a href="https://github.com/Relics/vapor" target="_blank">https://github.com/Relics/vapor</a>
</br>
The following are some prototype-design images and selected screenshots of the website.
</p>
<p align="center"><img src="img/p3_1.jpg" height="500" alt="" /></p>
<p align="center">Fig 1. The prototype-design image 1</p>
<p align="center"><img src="img/p3_2.jpg" height="500" alt="" /></p>
<p align="center">Fig 2. The prototype-design image 2</p>
<p align="center"><img src="img/p3_3.jpg" height="600" alt="" /></p>
<p align="center">Fig 3. The main interface of the website.</p>
<p align="center"><img src="img/p3_4.jpg" height="300" alt="" /></p>
<p align="center">Fig 4. The login interface of the website.</p>
<p align="center"><img src="img/p3_5.jpg" height="300" alt="" /></p>
<p align="center">Fig 5. The register interface of the website</p>
<p align="center"><img src="img/p3_6.jpg" height="600" alt="" /></p>
<p align="center">Fig 6. The shopping interface</p>
<h4>Developer member</h4>
<p>Chen Li, <a href="https://github.com/CatherineSue">Chang Su</a></p>
</div> <!-- end of mesh -->
</div> <!-- end of content -->
<div class="footer">
<span style="color: #444; font-weight: bold; font-size: small;">
Copyright © 2016-2020 | Chen Li's personal Website
</span>
</div><!-- end .footer -->
</div><!-- end .container -->
</body>
</html>