-
Notifications
You must be signed in to change notification settings - Fork 1
/
Augustus - Real-Time Strategy Game.html
90 lines (78 loc) · 4.49 KB
/
Augustus - Real-Time Strategy Game.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="AUGUSTUS ist eine Abschluss-Diplomarbeit der HTL Innsbruck, Anichstraße für Wirtschaftsingenieurwesen im Jahr 2007. Das Thema lautete 'Wirtschaftssimulation mittels Strategiespiel - Künstliche Intelligenz'. Das Projekt wurde von Severin Gassler, Georg Haaser, Harald Steinlechner und Manuel Wieser unter Betreuung von Dr. Armin Mauracher verwirklicht.">
<meta name="keywords" content="Augustus, Künstliche Intelligenz, KI, AI, Wirtschaftssimulation, Strategiespiel, Diplomarbeit, HTL, Innsbruck, Anichstraße, Wirtschaftsingenieurwesen, Fuzzy Logic">
<title>Augustus - Real-Time Strategy Game</title>
<style type="text/css">
<!--
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background-image: url(images/marble.jpg);
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 40px;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
}
.oneColElsCtr #container {
width: 800px;
background-image: url(images/light_marble.jpg);
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #666666;
text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1, h2, h3 {
color: #847852;
}
a:link {
color: #5B4F36;
text-decoration: none;
}
a:visited {
color: #5B4F36;
}
a:hover, a:active {
color: #5B4F36;
text-decoration: underline;
}
-->
</style></head>
<body class="oneColElsCtr">
<div id="container">
<div id="mainContent">
<p style="text-align: center;"> </p>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td><span style="text-align: center;"><img src="Augustus%20-%20Real-Time%20Strategy%20Game_files/header_l.gif" alt="leaf" height="40" width="40"></span></td>
<td><span style="text-align: center;"><img src="Augustus%20-%20Real-Time%20Strategy%20Game_files/augustus.gif" alt="Augustus" width="660"></span></td>
<td><span style="text-align: center;"><img src="Augustus%20-%20Real-Time%20Strategy%20Game_files/header_r.gif" alt="leaf" height="40" width="40"></span></td>
</tr>
</tbody></table>
<h2 style="text-align: center;">Augustus</h2>
<h3 style="text-align: center;">Real-Time Strategy Game</h3>
<p>This real-time strategy game was created as a diploma thesis at
the Höhere Technische Bundeslehr- und Versuchsanstalt für
Wirtschaftsingenieurwesen in Innsbruck, Austria from summer 2005 to
spring 2007. It was a real-time strategy game done from scratch with
C++, OpenGL, Maya, Photoshop and in a team of four people:</p>
<p><em>Severin Gassler<br>
</em><em>Georg Haaser<br>
</em><em>Harald Steinlechner<br>
</em><em>Manuel Wieser</em> (<a href="http://www.manuelwieser.com/">http://www.manuelwieser.com</a>) </p>
<p>The original diploma thesis is available for download, it
features descriptions of all the technical aspects and research as well
as a complete list and details of the models: <a href="http://augustus.awx.at/Augustus_Diplomarbeit_Small.pdf">Augustus_Diplomarbeit_Small.pdf</a> (10.7 MB, 234 pages)</p>
<p><br><img src="Augustus%20-%20Real-Time%20Strategy%20Game_files/screen_ingame.jpg" alt="Augustus" style="text-align: right;"></p>
<p><img src="Augustus%20-%20Real-Time%20Strategy%20Game_files/apxconvert.jpg" alt="APX-Convert" width="640"></p>
<p><img src="Augustus%20-%20Real-Time%20Strategy%20Game_files/leveleditor_begehbarkeiten.jpg" alt="Level Editor" width="640"></p>
<p><img src="Augustus%20-%20Real-Time%20Strategy%20Game_files/leveleditor_zeichnen.jpg" alt="Level Editor" width="640"></p>
<p><img src="Augustus%20-%20Real-Time%20Strategy%20Game_files/particles_fire2.jpg" alt="Fire" width="388"></p>
<p><img src="Augustus%20-%20Real-Time%20Strategy%20Game_files/particles_generator.jpg" alt="Particle Editor" width="640"></p>
<p><em>© Copyright by Gassler, Haaser, Steinlechner and Wieser</em><br>
</p>
<!-- end #mainContent --></div>
<!-- end #container --></div>
</body></html>