diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ffbed66 --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +You may only use this software, its code, or its binary if your Any Heat unmodded speedrun time for Hades (Supergiant Games, 2020), using the unmodded in-game time ruleset as of 3 January 2022, is lower than the author's (9 minutes 8 seconds). diff --git a/html/index.html b/html/index.html index 2a0c8e3..f5142cc 100644 --- a/html/index.html +++ b/html/index.html @@ -39,6 +39,7 @@ canvas {

use the up and down keys to move the hook, space to catch the fish, and escape to end the game.

written in rustlang. a macroquad port of a terminal game i made for a game engines class. sorry the font is so blurry

source code can be found on gitlab

+

made with 🐟❤️

works cited

diff --git a/html/styles.css b/html/styles.css index 4d3822f..11c8bd2 100644 --- a/html/styles.css +++ b/html/styles.css @@ -13,7 +13,7 @@ h1:after { } body { - width: 80%; + width: min(80%, 700px); margin: auto; font-size: 18px; } @@ -22,15 +22,7 @@ h1 { font-size: 1.5em; } -img.emoji { - display: inline; - width: 0.8em; - height: 0.8em; +h2 { + font-size: 1.2em; } -footer { - margin-top: 3.0em; - margin-bottom: 2.0em; - text-align: center; - font-size: 0.9em; -}