-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
62 lines (49 loc) · 3.04 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>AspaceLone by ajman1101</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/ajman1101/AspaceLone">View On GitHub</a></li>
<li class="downloads"><a href="https://github.com/ajman1101/AspaceLone/zipball/master">ZIP</a></li>
<li class="downloads"><a href="https://github.com/ajman1101/AspaceLone/tarball/master">TAR</a></li>
<li class="title">DOWNLOADS</li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>AspaceLone</h1>
<p>A platforming game about loneliness made in Lua using the Love2D Engine</p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/ajman1101">ajman1101</a></span>
<span class="credits right">Hosted on GitHub Pages — Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></span>
</div>
<h1>Welcome to my <strong>first <em>one</em>-man</strong> game!</h1>
<p>This game is a idea I have in my head for a while now and I have finally decided to make it into a game. This will be a interesting process, as I will be doing everything when it comes to the game, sound, art, programming, website, and all the other things needed to make a game. </p>
<h2>This is a <strong>learning</strong> project!</h2>
<p>You have been warned! I cannot promise a timetable for development or a schedule to fix bugs. This is my first actual project in Lua, not just scripting for level design in some game. I hope to get a good understanding out of Lua from this game and learn a lot about the game development process.</p>
<h2>The Game</h2>
<p>As of this moment(6/23/2012) I have not nailed down the game design. I am working through the elements of the design and the mechanics to make a "fun" platforming game. This section will be updated shortly with more info about the game actual design when I have it, but give me time.</p>
<h2>The Look</h2>
<p>The though is "that look you get when clsoe your eyes very tight and suddenly look in a bright room" or gray psychedelic. I plan to have the game be black and white. Really the game's look will drive home the point of isolation and loneliness. </p>
</section>
</div>
<!--[if !IE]><script>fixScale(document);</script><!--<![endif]-->
</body>
</html>