-
Notifications
You must be signed in to change notification settings - Fork 0
/
douace.html
175 lines (94 loc) · 2.77 KB
/
douace.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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<!doctype html>
<html class="no-js" lang="">
<link rel="stylesheet" type="text/css" href="library.css">
<link rel="icon" href="favicon.gif" type="image/png">
<head>
<title>
douace
</title>
<style type="text/css">
body {background-color: #efefef}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="pluslorem">
<meta property="og:description" content="osa uveine">
<meta property="og:image" content="https://pluslorem.wiki/lexicon/media/images/000.png">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="300">
<meta property="og:image:height" content="300">
</head>
<body>
<div id="module-00">
<style type="text/css">
div {
background-size: cover;
background-position: center;
}
</style>
<p>
<a href="./interactive">INTERACTIVE</a> . DOUACE <mark>2017.06</mark>
</p>
<hr>
<p>
A puzzle / exploration game based on having the ability to shift between two different "states" of a single space. You are fixed to solve chambers that demonstrate mechanics which can pass through both of these states, making key use of your memory and spacial awareness. The game was never completed.
</p>
</div>
<div id="module-01">
<style type="text/css">
#module-01 {
margin-top: 1px;
}
</style>
<div id="image-01">
<style type="text/css">
#image-01 {
background-image: url('../lexicon/media/images/242.png');
}
</style>
</div>
<br>
<h6>
- Douace Screenshot 001, 2017.06
</h6>
<br>
<div id="image-02">
<style type="text/css">
#image-02 {
background-image: url('../lexicon/media/images/243.png');
}
</style>
</div>
<br>
<h6>
- Douace Screenshot 002, 2017.06
</h6>
<br>
<div id="image-03">
<style type="text/css">
#image-03 {
background-image: url('../lexicon/media/images/244.png');
}
</style>
</div>
<br>
<h6>
- Douace Screenshot 003, 2017.06
</h6>
</div>
<div id="module-03">
<style type="text/css">
#module-03 {
margin-top: 1px;
}
</style>
<p style="text-align: left;">
<a href="./deuveir">OSA UVEINE</a> 2014 - 2020
<span style="float: right;"><a href="https://twitter.com/deuveir">TWITTER</a></span>
</p>
<p>
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">BY-NC-SA</a> 4.0
<span style="float: right;"><a href="https://github.com/deuveir">GITHUB</a></span>
</p>
</div>
</body>
</html>