added tiny life to projects
Web/pipeline/head This commit looks good Details

This commit is contained in:
Ell 2020-11-27 02:38:37 +01:00
parent 5e8c1c17e3
commit 32d247d013
2 changed files with 9 additions and 0 deletions

BIN
res/projects/tiny.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 813 B

View File

@ -26,6 +26,15 @@ const projects = [{
}, },
icon: 'pp' 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", name: "MLEM",
desc: "MLEM Library for Extending MonoGame is an addition to the game framework <a href=\"http://www.monogame.net/\">MonoGame</a> that provides extension methods, quality of life improvements and additional features like a Ui system and easy input handling.", desc: "MLEM Library for Extending MonoGame is an addition to the game framework <a href=\"http://www.monogame.net/\">MonoGame</a> that provides extension methods, quality of life improvements and additional features like a Ui system and easy input handling.",