diff --git a/res/projects/tetro.png b/res/projects/tetro.png new file mode 100644 index 0000000..b21944a Binary files /dev/null and b/res/projects/tetro.png differ diff --git a/scripts/projects.js b/scripts/projects.js index 2a3b003..e6dea0b 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -7,6 +7,16 @@ const projects = [{ }, 'icon': 'na' }, + { + "name": "Tetro", + "desc": "Tetro is a little Tetris clone I wrote in an afternoon and a bit. You can play it in the browser. It was pretty fun to make, and it's pretty fun to play. While working on it, I kept finding myself accidentally playing it instead of debugging the features I was adding.", + "status": "In development", + "links": { + "Play it": "https://ellpeck.github.io/Tetro", + "Code on GitHub": "https://github.com/Ellpeck/Tetro" + }, + "icon": "tetro" + }, { 'name': 'Actually Additions', 'desc': 'Actually Additions is a rather popular Minecraft mod that I used to work on. It\'s become widely known in the modding community and has reached over 10 million downloads by now, which is crazy. I don\'t work on it anymore myself, but it\'s being maintained for current versions by someone else.',