From: Skyebee Date: Sat, 4 Jul 2026 22:31:15 +0000 (-0400) Subject: Add /oldskool X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=0940d7865bc0a6222cd7992d98b7f76da6e34c9e;p=flatmark Add /oldskool --- diff --git a/oldskool/Bloons1 b/oldskool/Bloons1 new file mode 120000 index 0000000..b8cb15d --- /dev/null +++ b/oldskool/Bloons1 @@ -0,0 +1 @@ +../assets/swf/Bloons1.swf \ No newline at end of file diff --git a/oldskool/IndexHeader.html b/oldskool/IndexHeader.html new file mode 100644 index 0000000..ad88309 --- /dev/null +++ b/oldskool/IndexHeader.html @@ -0,0 +1,20 @@ +
+
+ +

skyeROC

+ +
+
+

~/oldskool

+

Here are several old (and some newish) flash games that I've collected. Hosted here either because I can't find them elsewhere, + or just for the novelty of it. As of July 2026, I'm planning to improve the player page, and include interesting metadata about + each game, like the author, publication date, etc. in addition to the license where available, and notes about the flash emulation.

+

If you see something here that you think I should remove, reach out at skye@skyeroc.xyz; I'll just take it down.

+

If you do ask me to take something down, please consider providing a link I can point share; I'm hosting these here for a reason :)

diff --git a/oldskool/Nv2 b/oldskool/Nv2 new file mode 120000 index 0000000..b21fe1c --- /dev/null +++ b/oldskool/Nv2 @@ -0,0 +1 @@ +../assets/swf/Nv2.swf \ No newline at end of file diff --git a/oldskool/commando b/oldskool/commando new file mode 120000 index 0000000..5579217 --- /dev/null +++ b/oldskool/commando @@ -0,0 +1 @@ +../assets/swf/commando.swf \ No newline at end of file diff --git a/oldskool/fireboy_and_watergirl b/oldskool/fireboy_and_watergirl new file mode 120000 index 0000000..8cd9914 --- /dev/null +++ b/oldskool/fireboy_and_watergirl @@ -0,0 +1 @@ +../assets/swf/fireboy_and_watergirl.swf \ No newline at end of file diff --git a/oldskool/fltron b/oldskool/fltron new file mode 120000 index 0000000..7d893c8 --- /dev/null +++ b/oldskool/fltron @@ -0,0 +1 @@ +../assets/swf/fltron.swf \ No newline at end of file diff --git a/oldskool/play.html b/oldskool/play.html new file mode 100644 index 0000000..24abb3f --- /dev/null +++ b/oldskool/play.html @@ -0,0 +1,119 @@ + + + + + + + + +
+
+ +

skyeROC

+ +
+
+

+
+ +

Notes

+
+

+
+
+
+

©2026 - This is Skyebee's personal website. Built on flatMark.

+

flatMark was created by elektrischerwalfisch and is licensed under the MIT License.

+
+ +
+ + diff --git a/oldskool/raft-wars b/oldskool/raft-wars new file mode 120000 index 0000000..c1da47c --- /dev/null +++ b/oldskool/raft-wars @@ -0,0 +1 @@ +../assets/swf/raft-wars.swf \ No newline at end of file diff --git a/oldskool/run_1 b/oldskool/run_1 new file mode 120000 index 0000000..c434e40 --- /dev/null +++ b/oldskool/run_1 @@ -0,0 +1 @@ +../assets/swf/run_1.swf \ No newline at end of file diff --git a/pages/home.md b/pages/home.md index 05bb2e2..22a4401 100644 --- a/pages/home.md +++ b/pages/home.md @@ -17,18 +17,22 @@ But it also now plays host to a handful of services which you can access using various clients and the World Wide Web. {columns 50-50} -#### ArmagetronAD servers +### ArmagetronAD servers * 6x6 - Skyebee's Friendly Fortress -#### git repos +#### See Also: + * [fltron](https://skyeroc.xyz/oldskool/fltron), an old flash game + +### git repos * Browsable via gitweb at /gitweb[/<project>] * Cloneable via git-transport * `git clone git://skyeroc.xyz/` -#### other stuff +### other stuff * [PlantUML](https://skyeroc.xyz/plantuml) instance + * [Oldskool](https://skyeroc.xyz/oldskool/) Flash games {columns-seperator} -#### dgamelaunch instance +### dgamelaunch instance * SSH user * nethack@skyeroc.xyz * Password/Auth diff --git a/theme/css/style.css b/theme/css/style.css index 0623a06..efae015 100644 --- a/theme/css/style.css +++ b/theme/css/style.css @@ -124,7 +124,6 @@ :root { --gap-01: 15px;} :root { --animation-01: all 0.4s ease-in-out 0s;} - * {margin: 0;padding: 0;box-sizing: border-box;} header, footer, section, article, nav {display: block;} @@ -252,3 +251,16 @@ footer a:is(:hover, :focus) {text-decoration: none;} main .columns {display: block;} } + + +/* Ruffle stuff(le) */ +:root { --splash-screen-background:#755D01; } + +ruffle-player { + margin:0 auto; + display:block; +} + +#ruffle-container { + padding:0 0 15px 0; +}