add games

This commit is contained in:
zoe 2022-04-29 15:19:12 +02:00
parent bc615894d8
commit c8c5d5f6d8
20 changed files with 308 additions and 9 deletions

View file

@ -8,3 +8,5 @@ menu:
name: ""
---
these are the games i made / am working on!
hope you have fun playing them! but if you don't that sounds like a personal problem!

View file

@ -0,0 +1,13 @@
---
title: "untitled plant game"
date: 2022-04-29T14:02:25+02:00
description: "in this game you take care of a very talkative plant"
draft: false
---
[itch.io](https://bathearttiger.itch.io/untitled-plant-game) [git](https://git.kittycat.homes/BatHeartTiger/untitled-plant-game)
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 [tess](/links/buddies/#tess) for the [procjam 21](https://www.procjam.com/)
{{<figure 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!">}}
we made it in godot and it was a very pleasent experience you can play it in the browser on [itch.io](https://bathearttiger.itch.io/untitled-plant-game)!

View file

@ -0,0 +1,19 @@
---
title: "trainyard trouble"
date: 2022-04-29T14:50:29+02:00
draft: false
description: "cargo management game"
---
[itch.io](https://bathearttiger.itch.io/trainyard-trouble) [git](https://git.kittycat.homes/BatHeartTiger/trainyard-trouble)
[tess](/links/buddies#tess) 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
{{<youtube vBq0aBTBh8s>}}
we made this for a [godot wildjam](https://godotwildjam.com/) 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!
anyways i think overall it turned out to be pretty fun once you figure out how it works :)