-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog.html
68 lines (66 loc) · 1.66 KB
/
changelog.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
<!DOCTYPE html>
<html>
<head>
<title>Escape from Olomouc JS</title>
<meta charset="UTF-8">
<meta name="application-name" content="Escape for Olomouc JS">
<meta name="description" content="Changelog">
<meta name="author" content="Martin/MegapolisPlayer">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="res/Icon.png">
<link rel="stylesheet" href="./escape.css">
</head>
<body>
<div id="infoheader">
<h>Escape from the Olomouc Region</h><br>
<p>
Rewritten in JavaScript because I got frustrated with Scratch. - martin<br>
<div id="info">
<b>
This is only the changelog for this game. The actual game is <a href="index.html">here.</a><br>
</b>
</div>
</p>
</div>
<ul>
<li>
<b>0.90 (4/6/2023)</b>
<ul>
<li>Initial release</li>
<li>Beta version</li>
</ul>
</li>
<li>
<b>0.91 (7/6/2023)</b>
<ul>
<li>Internal improvements</li>
<li>Added minigame info screens</li>
<li>More assets added</li>
</ul>
</li>
<li>
<b>0.92 (8/6/2023)</b>
<ul>
<li>Defense minigame - prep stage done, began work on main stage</li>
<li>HP bar assets</li>
</ul>
</li>
<li>
<b>0.95 (10/6/2023)</b>
<ul>
<li>Cleaning, Cashier minigames</li>
<li>some work on organization of folders</li>
<li>began work on dialect, info minigames (found words, loading etc.)</li>
</ul>
</li>
<li>
<b>1.00 (10/6/2023)</b>
<ul>
<li>Cleaning, Cashier minigames</li>
<li>Scrapped Russian</li>
<li>Scrapped Cheesemaking minigame, Defense Minigame, Infodesk minigame (assets still in repo if you want to use them)</li>
</ul>
</li>
</ul>
</body>
</html>