Browse Source

license + tiny style changes

main
cynthia 2 years ago
parent
commit
63f57b02e4
  1. 1
      LICENSE
  2. 3
      html/index.html
  3. 14
      html/styles.css

1
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).

3
html/index.html

@ -39,6 +39,7 @@ canvas {
<p>use the up and down keys to move the hook, space to catch the fish, and escape to end the game.</p>
<p>written in rustlang. a macroquad port of a terminal game i made for a game engines class. sorry the font is so blurry</p>
<p>source code can be found on <a href="https://gitlab.com/licynthiax/fishing-minigame">gitlab</a></p>
<p>made with 🐟❤️</p>
<h2 id="works-cited">works cited</h2>
<ul>
<li>wikipedia article “List of fish common names”</li>
@ -47,7 +48,7 @@ canvas {
<li>animal crossing: new horizons</li>
<li><a href="https://crates.io/crates/macroquad">macroquad</a></li>
<li>the font used is <a href="https://github.com/tonsky/FiraCode">fira code</a></li>
<li>features a minimal port of kate compton's <a href="http://tracery.io">tracery</a> (the real <a href="https://crates.io/crates/tracery">tracery crate</a> doesn't work with macroquad u_u)</li>
<li>features a minimal port of kate compton's <a href="http://tracery.io">tracery</a> (the real <a href="https://crates.io/crates/tracery">tracery crate</a> doesn't work with macroquad + wasm u_u)</li>
</ul>
<script src="./mq_js_bundle.js"></script>
<script>load("./fishing-minigame.wasm");</script>

14
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;
}
Loading…
Cancel
Save