-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.htm
93 lines (89 loc) · 4.6 KB
/
index.htm
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="page-container">
<div id="intro">
Thank you for visiting! Here are a few online projects I'd like to be public for various reasons. You can
find me on Discord as <span id=username>Floydman</span>.
</div>
<div id="hr"></div>
<div id="projects-container">
<div class="project-container">
<div class="project-title">
<a href="./saveswapper/index.htm"><i>Save Swapper</a>
</div>
<div class="project-description">
Savegame editor programmed in Javascript to edit save files from <a class="external"
href="https://cyan.com/games/obduction/" target="_blank"><i>Obduction</i></a>, <a
class="external" href="https://www.myst.com/" target="_blank"><i>Myst</i> (2020)</a>,
<a class="external" href="https://cyan.com/games/firmament/" target="_blank"><i>Firmament</i></a>,
and <a class="external" href="https://cyan.com/games/riven/" target="_blank"><i>Riven</i>
(2024)</a>.
</div>
</div>
<div class="project-container">
<div class="project-title">
<a href="https://floydman.itch.io/gehntris" target="_blank"><i>Gehntris</a>
</div>
<div class="project-description">
A Tetris-like game based on <a class="external" href="https://cyan.com/games/riven/"
target="_blank"><i>Riven</i> (2024)</a>.
</div>
</div>
<div class="project-container">
<div class="project-title">
<a href="./rivenesenumber/index.htm"><i>Rivenese Number Converter</a>
</div>
<div class="project-description">
A number converter for use with the video game <a class="external"
href="https://cyan.com/games/riven/" target="_blank"><i>Riven</i> (2024)</a>.
</div>
</div>
<div class="project-container">
<div class="project-title">
<a href="./firmamentdvd/index.htm"><i>Firmament Disk Creator</a>
</div>
<div class="project-description">
Batch scripts and images to help you make your own physical copy of <a class="external"
href="https://cyan.com/games/firmament/" target="_blank"><i>Firmament</i></a>.
</div>
</div>
<div class="project-container">
<div class="project-title">
<a href="./updatedvillein/index.htm">Villein Number Converter</a>
</div>
<div class="project-description">
The second iteration of a number converter that mimics the Villein control panels in <a
class="external" href="https://www.obduction.com/" target="_blank"><i>Obduction</i></a>.
</div>
</div>
<div class="project-container">
<div class="project-title">
<a href="./VilleinNumber/index.htm">Template:VilleinNumber</a>
</div>
<div class="project-description">
Out-of-commision template for the <a class="external"
href="https://obduction.fandom.com/wiki/Obduction_Wiki" target="_blank"><i>Obduction</i>
Wiki</a> that displays decimal numbers on the Villein control panels from <a class="external"
href="https://www.obduction.com/" target="_blank"><i>Obduction</i></a>. Broke during the move to
Fandom.
</div>
</div>
<div class="project-container">
<div class="project-title">
<a href="./Puzzlelisimo%20Solver/index.htm"><i>Obduction</i> Maze Solver</a>
</div>
<div class="project-description">
An old and poorly-written app that provides step-by-step instructions on how to solve the maze in
Maray, regardless of how it is currently set up. Also for use at the
<a class="external" href="https://obduction.fandom.com/wiki/Obduction_Wiki"
target="_blank"><i>Obduction</i> Wiki</a>. (May be broken.)
</div>
</div>
</div>
</div>
</body>
</html>