mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
add supercolor and mystery creature
This commit is contained in:
parent
60cb54ed67
commit
b0b3af4ecf
6 changed files with 30 additions and 0 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "themes/battheme"]
|
||||
path = themes/battheme
|
||||
url = gitea@git.kittycat.homes:zoe/hugo-battheme.git
|
11
content/games/mystery_creature.md
Normal file
11
content/games/mystery_creature.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: "mystery creature"
|
||||
date: 2023-03-12T15:31:26+01:00
|
||||
description: "short visual novel for gameboy and web"
|
||||
draft: false
|
||||
---
|
||||
|
||||
{{<figure src="/img/creature.gif" alt="a gif with some gameplay. there are some text boxes and a cat sitting in a bright room. dialogue: there are several round items on the right. you suspect them to be a bed, food and water. \> try the food. the small creature makes a noise. it sounds displased with you. the food doesnt taste great either. overall not a good decision">}}
|
||||
|
||||
Mystery creature is a small visual novel for the gameboy (dmg) and [web](https://fruitsbat.itch.io/mystery-creature) in which an alien finds a cat.
|
||||
It even has multiple endings! Hooray! The game was made for [a game jam](https://itch.io/jam/my-first-game-jam-winter-2023) and it was very fun to develop for gameboy. :)
|
15
content/software/supercolor.md
Normal file
15
content/software/supercolor.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: "supercolor"
|
||||
date: 2023-03-12T15:47:55+01:00
|
||||
draft: false
|
||||
description: "an overengineered colorscript written in rust"
|
||||
---
|
||||
|
||||
{{<figure src="/img/supercolor.jpg" alt="a bunch of colorful tbh creatures in my terminal">}}
|
||||
|
||||
this is a small but overengineered colorscript written in rust.
|
||||
it's possible to install via a nix flake, or from [source](https://github.com/zoe-bat/supercolor) if flakes make you MAD and ANGRY.
|
||||
|
||||
theres a few builtin ascii arts, but it also supports pasing in your own.
|
||||
|
||||
the real purpose of this is looking pretty whenever i open a terminal, but you are allowed to pretend it's for testing your terminal colors
|
BIN
static/img/creature.gif
Normal file
BIN
static/img/creature.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 554 KiB |
BIN
static/img/supercolor.jpg
Normal file
BIN
static/img/supercolor.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
1
themes/battheme
Submodule
1
themes/battheme
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 0145026f55e15d3ceea842a388f601e9cfdd8a5d
|
Loading…
Reference in a new issue