mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
add games
This commit is contained in:
parent
bc615894d8
commit
c8c5d5f6d8
20 changed files with 308 additions and 9 deletions
88
public/games/trainyard-trouble/index.html
Normal file
88
public/games/trainyard-trouble/index.html
Normal file
|
@ -0,0 +1,88 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en"><head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>trainyard trouble@bat</title>
|
||||
<script type="module" src="/js/main.js"></script>
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/scss/main.css">
|
||||
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
||||
</head>
|
||||
<body class="colorswitch"><div id="content">
|
||||
<section id="main">
|
||||
<div class="titlecontainer">
|
||||
<h1 id="title" class="colorswitch"><a href="../" class="colorswitch uplink">trainyard trouble</a></h1>
|
||||
</div>
|
||||
<div>
|
||||
<article id="content" class="colorswitch">
|
||||
<p><a href="https://bathearttiger.itch.io/trainyard-trouble">itch.io</a> <a href="https://git.kittycat.homes/BatHeartTiger/trainyard-trouble">git</a></p>
|
||||
<p><a href="/links/buddies#tess">tess</a> and i also made this game for a game jam!
|
||||
you manage a cargo train terminal with three trains and your goal is to survive as long as you can without the storage area overflowing
|
||||
|
||||
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
|
||||
<iframe src="https://www.youtube.com/embed/vBq0aBTBh8s" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" allowfullscreen title="YouTube Video"></iframe>
|
||||
</div>
|
||||
</p>
|
||||
<p>we made this for a <a href="https://godotwildjam.com/">godot wildjam</a> and it was a bit messy!
|
||||
the plan was to try out godot 4, which was in alpha 4 at that point, and most of the things worked fine until we tried to export the game… the macos version had sound, but no video, the windows version had video but no sound, but the linux version worked fine so that’s great!</p>
|
||||
<p>anyways i think overall it turned out to be pretty fun once you figure out how it works :)</p>
|
||||
|
||||
</article>
|
||||
</div>
|
||||
</section>
|
||||
<aside id="meta">
|
||||
<div>
|
||||
<section>
|
||||
</section>
|
||||
|
||||
|
||||
</div>
|
||||
</aside>
|
||||
</div><footer class="colorswitch">
|
||||
<span id="footer-left"><a href="/" id="pageindicator" class="colorswitch" title="trainyard trouble"> bat</a></span>
|
||||
<span id="footer-center">
|
||||
<nav id="footer-nav" aria-label="navigation">
|
||||
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/links/" title="links"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
|
||||
|
||||
<a class="footer-nav-item active colorswitch" href="/games/" title="games"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
|
||||
|
||||
<a class="footer-nav-item colorswitch" href="/posts/" title="posts">龎</a>
|
||||
|
||||
</nav>
|
||||
</span>
|
||||
<span id="footer-right">
|
||||
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
|
||||
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox" id="darkmode-toggle-label"></label>
|
||||
<button type="button" id="darkmode-button-small" class="colorswitch hamburger"></button>
|
||||
<button type="button" id="hamburger-button" class="colorswitch hamburger" title="hamburger navigation menu button"></button>
|
||||
<div class="hamburger colorswitch hidden" id="hamburger-bg">
|
||||
<nav id="hamburger-nav" aria-label="navigation">
|
||||
|
||||
|
||||
<a class="hamburger-nav-item colorswitch" href="/" title="home"> home</a><br>
|
||||
|
||||
<a class="hamburger-nav-item colorswitch" href="/links/" title="links"> links</a><br>
|
||||
|
||||
<a class="hamburger-nav-item colorswitch" href="/music/" title="music"> music</a><br>
|
||||
|
||||
<a class="hamburger-nav-item active colorswitch" href="/games/" title="games"> games</a><br>
|
||||
|
||||
<a class="hamburger-nav-item colorswitch" href="/software/" title="software"> software</a><br>
|
||||
|
||||
<a class="hamburger-nav-item colorswitch" href="/posts/" title="posts">龎 posts</a><br>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</span>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue