diff --git a/public/games/index.html b/public/games/index.html index 10408a0..fb404dc 100644 --- a/public/games/index.html +++ b/public/games/index.html @@ -25,6 +25,12 @@ hope you have fun playing them! but if you don’t that sounds like a person
+
+

+ mystery creature

+

trainyard trouble

cargo management game
diff --git a/public/games/index.xml b/public/games/index.xml index fd818bc..c9306b5 100644 --- a/public/games/index.xml +++ b/public/games/index.xml @@ -7,6 +7,15 @@ Hugo -- gohugo.io eng Fri, 15 Apr 2022 20:42:16 +0200 + + mystery creature + https://zoe.kittycat.homes/games/mystery_creature/ + Sun, 12 Mar 2023 15:31:26 +0100 + + https://zoe.kittycat.homes/games/mystery_creature/ + Mystery creature is a small visual novel for the gameboy (dmg) and web in which an alien finds a cat. It even has multiple endings! Hooray! The game was made for a game jam and it was very fun to develop for gameboy. :) + + trainyard trouble https://zoe.kittycat.homes/games/trainyard-trouble/ @@ -14,7 +23,7 @@ https://zoe.kittycat.homes/games/trainyard-trouble/ itch.io git -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 we made this for a godot wildjam 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! +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 we made this for a godot wildjam 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! @@ -24,7 +33,7 @@ tess and i also made this game for a game jam! you manage a cargo train terminal https://zoe.kittycat.homes/games/plantgame/ itch.io git -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 for the procjam 21 we made it in godot and it was a very pleasent experience you can play it in the browser on itch.io! +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 for the procjam 21 we made it in godot and it was a very pleasent experience you can play it in the browser on itch.io! diff --git a/public/games/mystery_creature/index.html b/public/games/mystery_creature/index.html new file mode 100644 index 0000000..5d8986b --- /dev/null +++ b/public/games/mystery_creature/index.html @@ -0,0 +1,91 @@ + + + + + + mystery creature@bat + + + + + + +
+
+ +
+
+
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 in which an alien finds a cat. +It even has multiple endings! Hooray! The game was made for a game jam and it was very fun to develop for gameboy. :)

+ +
+
+
+ +
+ + diff --git a/public/games/plantgame/index.html b/public/games/plantgame/index.html index 23b35ac..58839b7 100644 --- a/public/games/plantgame/index.html +++ b/public/games/plantgame/index.html @@ -20,9 +20,8 @@

itch.io git

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 for the procjam 21 -

- 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! +
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!

@@ -50,7 +49,7 @@ i made this game together with tess for the < - + @@ -82,7 +81,7 @@ i made this game together with tess for the <  music
-  games
+  games
 software
diff --git a/public/games/trainyard-trouble/index.html b/public/games/trainyard-trouble/index.html index d965b23..933d9d2 100644 --- a/public/games/trainyard-trouble/index.html +++ b/public/games/trainyard-trouble/index.html @@ -52,7 +52,7 @@ the plan was to try out godot 4, which was in alpha 4 at that point, and most of - + @@ -84,7 +84,7 @@ the plan was to try out godot 4, which was in alpha 4 at that point, and most of  music
-  games
+  games
 software
diff --git a/public/img/creature.gif b/public/img/creature.gif new file mode 100644 index 0000000..e221f1b Binary files /dev/null and b/public/img/creature.gif differ diff --git a/public/img/supercolor.jpg b/public/img/supercolor.jpg new file mode 100644 index 0000000..34f09eb Binary files /dev/null and b/public/img/supercolor.jpg differ diff --git a/public/index.html b/public/index.html index b52c65e..ae0bab3 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,6 @@ - + diff --git a/public/index.xml b/public/index.xml index 34b8d88..c90ce6f 100644 --- a/public/index.xml +++ b/public/index.xml @@ -6,7 +6,27 @@ Recent content in home on bat Hugo -- gohugo.io eng - Sun, 18 Sep 2022 15:44:35 +0200 + Sun, 12 Mar 2023 15:47:55 +0100 + + supercolor + https://zoe.kittycat.homes/software/supercolor/ + Sun, 12 Mar 2023 15:47:55 +0100 + + https://zoe.kittycat.homes/software/supercolor/ + this is a small but overengineered colorscript written in rust. it&rsquo;s possible to install via a nix flake, or from source 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&rsquo;s for testing your terminal colors + + + + mystery creature + https://zoe.kittycat.homes/games/mystery_creature/ + Sun, 12 Mar 2023 15:31:26 +0100 + + https://zoe.kittycat.homes/games/mystery_creature/ + Mystery creature is a small visual novel for the gameboy (dmg) and web in which an alien finds a cat. It even has multiple endings! Hooray! The game was made for a game jam and it was very fun to develop for gameboy. :) + + loris https://zoe.kittycat.homes/software/loris/ @@ -45,7 +65,7 @@ finding a font for it was very weird. first i tried the pico8 font, but that was https://zoe.kittycat.homes/games/trainyard-trouble/ itch.io git -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 we made this for a godot wildjam 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&hellip; the macos version had sound, but no video, the windows version had video but no sound, but the linux version worked fine so that&rsquo;s great! +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 we made this for a godot wildjam 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&hellip; the macos version had sound, but no video, the windows version had video but no sound, but the linux version worked fine so that&rsquo;s great! @@ -55,7 +75,7 @@ tess and i also made this game for a game jam! you manage a cargo train terminal https://zoe.kittycat.homes/games/plantgame/ itch.io git -there&rsquo;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 for the procjam 21 we made it in godot and it was a very pleasent experience you can play it in the browser on itch.io! +there&rsquo;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 for the procjam 21 we made it in godot and it was a very pleasent experience you can play it in the browser on itch.io! @@ -65,7 +85,7 @@ there&rsquo;s not really a lot to do here, but you get to watch a randomly g https://zoe.kittycat.homes/software/wisdom/ the wisdom website is an incredible experience for the whole family! you can get cooking recipes, or get philosophical with jonathan frakes of &ldquo;beyond belief: fact or fiction&rdquo; fame. take a look at wisdom.kittycat.homes -&nbsp;huh? it&rsquo;s actually just a markov chain. i made it to learn rocket. rocket is great though :) +&nbsp;huh? it&rsquo;s actually just a markov chain. i made it to learn rocket. rocket is great though :) @@ -84,8 +104,8 @@ there&rsquo;s not really a lot to do here, but you get to watch a randomly g Mon, 01 Jan 0001 00:00:00 +0000 https://zoe.kittycat.homes/links/buddies/ - &nbsp;tess!!! fae is my girlfriend and is really perfect!!! like there has been no other person like faer in existence and its rlly nice! i&rsquo;m gay! anyways look at faer website (very important) this site also has free cat pics!!! and fae makes really good twitch streams! what&rsquo;s stopping you from taking a look! we also made a bunch of games together hehe -&nbsp;armisael webring this website is part of the armisael webring! + &nbsp;tess!!! fae is my girlfriend and is really perfect!!! like there has been no other person like faer in existence and its rlly nice! i&rsquo;m gay! anyways look at faer website (very important) this site also has free cat pics!!! and fae makes really good twitch streams! what&rsquo;s stopping you from taking a look! we also made a bunch of games together hehe +&nbsp;armisael webring this website is part of the armisael webring! @@ -94,10 +114,10 @@ there&rsquo;s not really a lot to do here, but you get to watch a randomly g Mon, 01 Jan 0001 00:00:00 +0000 https://zoe.kittycat.homes/links/nice_things/ - &nbsp;my girlfriend!!! hehe fae is so cute -&nbsp;nimisin generator this generator comes up with valid toki pona words and descriptions for them it&rsquo;s very amusing -&nbsp;lipu sona pi toki pona my girlfriend made a course to teach toki pona and now its one of the best ones out there!!! so impressive https://sowelitesa.kittycat.homes/lipu-sona/ -&nbsp;retrostrange tv it&rsquo;s a livestream of old tv shows from the 40s and 60s the vibes are similar to those of the movies that people watch inside of other movies + &nbsp;my girlfriend!!! hehe fae is so cute +&nbsp;nimisin generator this generator comes up with valid toki pona words and descriptions for them it&rsquo;s very amusing +&nbsp;lipu sona pi toki pona my girlfriend made a course to teach toki pona and now its one of the best ones out there!!! so impressive https://sowelitesa.kittycat.homes/lipu-sona/ +&nbsp;retrostrange tv it&rsquo;s a livestream of old tv shows from the 40s and 60s the vibes are similar to those of the movies that people watch inside of other movies diff --git a/public/links/buddies/index.html b/public/links/buddies/index.html index d0ab232..bbbb7e9 100644 --- a/public/links/buddies/index.html +++ b/public/links/buddies/index.html @@ -88,7 +88,7 @@ very good

- + @@ -120,7 +120,7 @@ very good

 home
-  links
+  links
 music
diff --git a/public/links/contact/index.html b/public/links/contact/index.html index 2e98c74..8b5ba69 100644 --- a/public/links/contact/index.html +++ b/public/links/contact/index.html @@ -46,7 +46,7 @@ - + @@ -78,7 +78,7 @@  home
-  links
+  links
 music
diff --git a/public/links/index.xml b/public/links/index.xml index 24d3e23..6556156 100644 --- a/public/links/index.xml +++ b/public/links/index.xml @@ -23,8 +23,8 @@ Mon, 01 Jan 0001 00:00:00 +0000 https://zoe.kittycat.homes/links/buddies/ - &nbsp;tess!!! fae is my girlfriend and is really perfect!!! like there has been no other person like faer in existence and its rlly nice! i&rsquo;m gay! anyways look at faer website (very important) this site also has free cat pics!!! and fae makes really good twitch streams! what&rsquo;s stopping you from taking a look! we also made a bunch of games together hehe -&nbsp;armisael webring this website is part of the armisael webring! + &nbsp;tess!!! fae is my girlfriend and is really perfect!!! like there has been no other person like faer in existence and its rlly nice! i&rsquo;m gay! anyways look at faer website (very important) this site also has free cat pics!!! and fae makes really good twitch streams! what&rsquo;s stopping you from taking a look! we also made a bunch of games together hehe +&nbsp;armisael webring this website is part of the armisael webring! @@ -33,10 +33,10 @@ Mon, 01 Jan 0001 00:00:00 +0000 https://zoe.kittycat.homes/links/nice_things/ - &nbsp;my girlfriend!!! hehe fae is so cute -&nbsp;nimisin generator this generator comes up with valid toki pona words and descriptions for them it&rsquo;s very amusing -&nbsp;lipu sona pi toki pona my girlfriend made a course to teach toki pona and now its one of the best ones out there!!! so impressive https://sowelitesa.kittycat.homes/lipu-sona/ -&nbsp;retrostrange tv it&rsquo;s a livestream of old tv shows from the 40s and 60s the vibes are similar to those of the movies that people watch inside of other movies + &nbsp;my girlfriend!!! hehe fae is so cute +&nbsp;nimisin generator this generator comes up with valid toki pona words and descriptions for them it&rsquo;s very amusing +&nbsp;lipu sona pi toki pona my girlfriend made a course to teach toki pona and now its one of the best ones out there!!! so impressive https://sowelitesa.kittycat.homes/lipu-sona/ +&nbsp;retrostrange tv it&rsquo;s a livestream of old tv shows from the 40s and 60s the vibes are similar to those of the movies that people watch inside of other movies diff --git a/public/links/nice_things/index.html b/public/links/nice_things/index.html index a51976f..d814e93 100644 --- a/public/links/nice_things/index.html +++ b/public/links/nice_things/index.html @@ -75,9 +75,8 @@ theres just so many cursed things here

it’s a silent hill / peanuts crossover zine and has a vibe i have never really experienced before you can download it on itch.io

-
- image of charlie brown and peppermint patty walking on a fog covered street from silent hill +
image of charlie brown and peppermint patty walking on a fog covered street from silent hill
@@ -100,7 +99,7 @@ you can - + @@ -132,7 +131,7 @@ you can  home
-  links
+  links
 music
diff --git a/public/sitemap.xml b/public/sitemap.xml index c9d508e..271992e 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -1,86 +1,58 @@ - https://zoe.kittycat.homes/ - 2022-09-18T15:44:35+02:00 - - - + 2023-03-12T15:47:55+01:00 + + https://zoe.kittycat.homes/software/supercolor/ + 2023-03-12T15:47:55+01:00 + + https://zoe.kittycat.homes/games/mystery_creature/ + 2023-03-12T15:31:26+01:00 + https://zoe.kittycat.homes/software/loris/ 2022-09-18T15:44:35+02:00 - - - + https://zoe.kittycat.homes/software/rssmatrix/ 2022-09-16T16:04:43+02:00 - - - + https://zoe.kittycat.homes/software/space-kitty/ 2022-07-30T09:49:41+02:00 - - - + https://zoe.kittycat.homes/nav/ 2022-05-27T13:40:38+02:00 - - - + https://zoe.kittycat.homes/games/trainyard-trouble/ 2022-04-29T14:50:29+02:00 - - - + https://zoe.kittycat.homes/games/plantgame/ 2022-04-29T14:02:25+02:00 - - - + https://zoe.kittycat.homes/software/wisdom/ 2022-04-16T22:54:41+02:00 - - - + https://zoe.kittycat.homes/software/ 2022-04-15T20:45:43+02:00 - - - + https://zoe.kittycat.homes/music/ 2022-04-15T20:45:35+02:00 - - - + https://zoe.kittycat.homes/games/ 2022-04-15T20:42:16+02:00 - - - + https://zoe.kittycat.homes/links/contact/ 2022-04-15T16:19:04+02:00 - - - + https://zoe.kittycat.homes/links/ 2022-04-09T17:37:48+02:00 - - - + https://zoe.kittycat.homes/links/buddies/ - - - + https://zoe.kittycat.homes/categories/ - - - + https://zoe.kittycat.homes/tags/ - - - + https://zoe.kittycat.homes/links/nice_things/ - diff --git a/public/software/index.html b/public/software/index.html index 3ef030f..588f9fa 100644 --- a/public/software/index.html +++ b/public/software/index.html @@ -26,6 +26,12 @@
+
+

+ supercolor

+

loris

the best (soon)(i promise) fedi client for gotosocial and mastodon
diff --git a/public/software/index.xml b/public/software/index.xml index e809e2a..df118da 100644 --- a/public/software/index.xml +++ b/public/software/index.xml @@ -7,6 +7,17 @@ Hugo -- gohugo.io eng Fri, 15 Apr 2022 20:45:43 +0200 + + supercolor + https://zoe.kittycat.homes/software/supercolor/ + Sun, 12 Mar 2023 15:47:55 +0100 + + https://zoe.kittycat.homes/software/supercolor/ + this is a small but overengineered colorscript written in rust. it&rsquo;s possible to install via a nix flake, or from source 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&rsquo;s for testing your terminal colors + + loris https://zoe.kittycat.homes/software/loris/ @@ -45,7 +56,7 @@ finding a font for it was very weird. first i tried the pico8 font, but that was https://zoe.kittycat.homes/software/wisdom/ the wisdom website is an incredible experience for the whole family! you can get cooking recipes, or get philosophical with jonathan frakes of &ldquo;beyond belief: fact or fiction&rdquo; fame. take a look at wisdom.kittycat.homes -&nbsp;huh? it&rsquo;s actually just a markov chain. i made it to learn rocket. rocket is great though :) +&nbsp;huh? it&rsquo;s actually just a markov chain. i made it to learn rocket. rocket is great though :) diff --git a/public/software/loris/index.html b/public/software/loris/index.html index 2fb0b88..a66ee32 100644 --- a/public/software/loris/index.html +++ b/public/software/loris/index.html @@ -17,14 +17,12 @@
-

- a screenshot of loris +

a screenshot of loris
-
- a screenshot of loris +
a screenshot of loris

loris is a native desktop client for anything that implements the mastodon client api. @@ -57,7 +55,7 @@ it’s written in dart using the flutter framework.

- + @@ -89,7 +87,7 @@ it’s written in dart using the flutter framework.

 games
-  software
+  software
diff --git a/public/software/rssmatrix/index.html b/public/software/rssmatrix/index.html index faaa810..dd0bf3f 100644 --- a/public/software/rssmatrix/index.html +++ b/public/software/rssmatrix/index.html @@ -17,9 +17,8 @@
-
- colorful scrolling text on an led matrix display, showing rss feed weather and time +
colorful scrolling text on an led matrix display, showing rss feed weather and time

this is a circuitpython script for an adafruit matrix portal m4 and a 64x32 led matrix display @@ -68,7 +67,7 @@ very nice and blocky with cool serifs

- + @@ -100,7 +99,7 @@ very nice and blocky with cool serifs

 games
-  software
+  software
diff --git a/public/software/space-kitty/index.html b/public/software/space-kitty/index.html index 8c32219..96a992e 100644 --- a/public/software/space-kitty/index.html +++ b/public/software/space-kitty/index.html @@ -17,9 +17,8 @@
-
- a screenshot of the website, theres a cat sitting in front of a space background +
a screenshot of the website, theres a cat sitting in front of a space background

This is a cute lil website that i made in a single day :) @@ -51,7 +50,7 @@ Theres a cute cat and a lot of animation that makes me laptop fan spin rlly loud - + @@ -83,7 +82,7 @@ Theres a cute cat and a lot of animation that makes me laptop fan spin rlly loud  games
-  software
+  software
diff --git a/public/software/supercolor/index.html b/public/software/supercolor/index.html new file mode 100644 index 0000000..b09e1d5 --- /dev/null +++ b/public/software/supercolor/index.html @@ -0,0 +1,93 @@ + + + + + + supercolor@bat + + + + + + +

+
+ +
+
+
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 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

+ +
+
+
+ +
+ + diff --git a/public/software/wisdom/index.html b/public/software/wisdom/index.html index d2f2457..45b95bd 100644 --- a/public/software/wisdom/index.html +++ b/public/software/wisdom/index.html @@ -54,7 +54,7 @@ rocket is great though :)

- + @@ -86,7 +86,7 @@ rocket is great though :)

 games
-  software
+  software