diff --git a/res/projects/tiny.png b/res/projects/tiny.png new file mode 100644 index 0000000..e9ef68c Binary files /dev/null and b/res/projects/tiny.png differ diff --git a/scripts/projects.js b/scripts/projects.js index 8baae70..6046153 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -26,6 +26,15 @@ const projects = [{ }, icon: 'pp' }, + { + name: "Tiny Life", + desc: "Tiny Life is a fun simulation game that tries to capture the essence of games like The Sims, but in an isometric pixelart style. It's currently in development, but you can already play it and even make your own mods!", + status: "In development", + links: { + "Check it out": "https://ellpeck.itch.io/tiny-life" + }, + icon: "tiny" + }, { name: "MLEM", desc: "MLEM Library for Extending MonoGame is an addition to the game framework MonoGame that provides extension methods, quality of life improvements and additional features like a Ui system and easy input handling.",