From 9aebf722ed97b56455c87fdbf9de822a12d713b7 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 24 Mar 2019 13:44:47 +0100 Subject: [PATCH] tetro --- res/projects/tetro.png | Bin 0 -> 907 bytes scripts/projects.js | 10 ++++++++++ 2 files changed, 10 insertions(+) create mode 100644 res/projects/tetro.png diff --git a/res/projects/tetro.png b/res/projects/tetro.png new file mode 100644 index 0000000000000000000000000000000000000000..b21944a848c4efa9ee1df1217ad35dee44a1c2ea GIT binary patch literal 907 zcmeAS@N?(olHy`uVBq!ia0vp^O(4v{1|++f1^xmlmUKs7M+SzC{oH>NS%G}c0*}aI z1_r*pAk66gd%{|vphSslL`iUdT1k0gQ7S`0VrE{6US4X6f{C7?o@t7E1khw=PEQxd zkczmscXabY17%!4`mwhrTY0oKJn{Y%$n-YbV*!UyiEneVoCJ&T&M&vpG%bG5zq?Ph z?&Rq(b#?9MyUI7^&Ms+M+{fRi`TV`!_QRRm|MqM@U&~YAWBLC>X7#rR{#y?}EGQ1K z`(N9Zd`j-n<=OFPc@i5GzZ^0=Dp2)sMiR%~0w2ScIE!TxPWm#zJPXD9G}|t49~W_c z(VE;f_>`sR@5_;ouU%dC?N`z6ivL@0{d_rn_Uk9s|H3Vnz0p6^-M)YITYaXtzTc|% z)NcRJeSFI9Pniq$b}I51v@o`9Xd7hovAO&Y-@JYP_VDNTSHB6|v-=tNHf|4xzWm=+ z+u93iYh&L&di3a-)z7~FqJ5g>PcIkzzH^*m&_)g6Wb;iR&i-HISpl{;^&*v}rJ-j9 lO0E=K`FJq!c$)Q3?ky(MvovpJn*%crgQu&X%Q~loCID)|bvgh5 literal 0 HcmV?d00001 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.',