2022-04-29 13:19:12 +00:00
<!DOCTYPE html>
< html lang = "en" > < head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2022-05-26 14:57:29 +00:00
< meta name = "description" content = "in this game you take care of a very talkative plant" >
2022-04-29 13:19:12 +00:00
< title > untitled plant game@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" > untitled plant game< / a > < / h1 >
< / div >
< div >
< article id = "content" class = "colorswitch" >
< p > < a href = "https://bathearttiger.itch.io/untitled-plant-game" > itch.io< / a > < a href = "https://git.kittycat.homes/BatHeartTiger/untitled-plant-game" > git< / a > < / p >
< p > there’ s not really a lot to do here, but you get to watch a randomly generated plant grow and talk to it!
i made this game together with < a href = "/links/buddies/#tess" > tess< / a > for the < a href = "https://www.procjam.com/" > procjam 21< / a >
2023-03-12 15:06:29 +00:00
< figure > < img src = "/img/plantgame.webp"
alt="plantgame screenshot, there' s a randomly generated plant in front of a window, theres also a dialogue box where the plant is talking to you!"/>
2022-04-29 13:19:12 +00:00
< / figure >
< / p >
< p > we made it in godot and it was a very pleasent experience you can play it in the browser on < a href = "https://bathearttiger.itch.io/untitled-plant-game" > itch.io< / a > !< / 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 = "untitled plant game" > bat< / a > < / span >
< span id = "footer-center" >
< nav id = "footer-nav" aria-label = "navigation" >
2022-05-27 15:11:53 +00:00
< a class = "footer-nav-item colorswitch" href = "/" title = "home" > < / a >
2022-04-29 13:19:12 +00:00
2022-05-27 15:11:53 +00:00
< a class = "footer-nav-item colorswitch" href = "/links/" title = "links" > < / a >
2022-04-29 13:19:12 +00:00
2022-05-27 15:11:53 +00:00
< a class = "footer-nav-item colorswitch" href = "/music/" title = "music" > < / a >
2022-04-29 13:19:12 +00:00
2023-03-12 15:06:29 +00:00
< a class = "footer-nav-item active colorswitch" href = "/games/" title = "games" > < / a >
2022-04-29 13:19:12 +00:00
2022-05-27 15:11:53 +00:00
< a class = "footer-nav-item colorswitch" href = "/software/" title = "software" > < / a >
2022-04-29 13:19:12 +00:00
< / nav >
< / span >
< span id = "footer-right" >
2022-05-27 15:11:53 +00:00
< div class = "flexjs" >
2022-04-29 13:19:12 +00:00
< 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 >
2022-05-27 15:11:53 +00:00
< / div >
< div class = "flexjs" >
2022-04-29 13:19:12 +00:00
< button type = "button" id = "darkmode-button-small" class = "colorswitch hamburger" > < / button >
2022-05-27 15:11:53 +00:00
< nav aria-label = "hamburger menu" >
2022-04-29 13:19:12 +00:00
< button type = "button" id = "hamburger-button" class = "colorswitch hamburger" title = "hamburger navigation menu button" > < / button >
2022-05-27 15:11:53 +00:00
< / nav >
< / div >
< noscript >
< nav >
< a class = "colorswitch footer-nav-item" id = "replacement-burger" href = "/nav" > < / a >
< / nav >
< / noscript >
2022-04-29 13:19:12 +00:00
< 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 >
2023-03-12 15:06:29 +00:00
< a class = "hamburger-nav-item active colorswitch" href = "/games/" title = "games" > games< / a > < br >
2022-04-29 13:19:12 +00:00
< a class = "hamburger-nav-item colorswitch" href = "/software/" title = "software" > software< / a > < br >
< / nav >
< / span >
2022-05-27 15:11:53 +00:00
< / noscript >
2022-04-29 13:19:12 +00:00
< / footer >
< / body >
< / html >