From f1c42c6f7bea1a370152c60188a7aa0c44dc16bc Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 14 May 2019 21:25:05 +0200 Subject: [PATCH] quick update --- res/projects/foefrenzy.png | Bin 0 -> 8888 bytes scripts/projects.js | 11 ++++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 res/projects/foefrenzy.png diff --git a/res/projects/foefrenzy.png b/res/projects/foefrenzy.png new file mode 100644 index 0000000000000000000000000000000000000000..0d35c9d493ef304e1ebe5789aa7a72815731f6ec GIT binary patch literal 8888 zcmeAS@N?(olHy`uVBq!ia0y~yU{(NO4rZXpn|0r!fD~hKkh>GZx^prwfgF}}M_)$< zhK>E)e-c@NDj5QNLR^93R#sLnE-s#)o`HdZ_4PIF?JYpTQ7{?;BOwF|CIR|DNig)Whh9@%q!8$ zOD$0_(KFODO>vI^7C&-=o-U3d6>)DbpXN<96gqt2=kxi6=i3-#^nV0oeNYM5p!)Z* zzu(XM{C~c)SDf3!R>UJ4b}>=({LJePeG3n3S*>|w`C00OVM&B*d#Fu%9J6H`-|80| zx}KlORyckkQB*eUO0V>CIClN;{&vpMY#d1Cb5-u{55=*AT* zrmq6GJ?8`oc6U{+1UFfaj!J-<c5O8hSB^nBufV7U#9)fS9G|#?hWC6!uWUA z@#2spix$PL0ye|z&OWx(N(v0r4+So)TiD~XAI4FWbrzGTat4}_MNqt=WD+Gt7}%{POyuz3aSL)~wxTWMk1 z4{O}5tOS*Apg~H%vx|YnA!y{XFiQ?puz^M%gFnNYgtOd1MJI5K^3fF=P$38!xLp1W zRBD1oGe?b#I64}Zqlsup<(|JO3jhBw{?l<60JrHpL?BHfAy!CF(8Uqb+zA|&2DKDN zgJoDJhhHZh>Kg4&3m!3A-v~_kpQV7=VU#%<4w#AH@xMPm?IYu?Rv%4@6$h;(@O1Ta JS?83{1OVd5xIX{@ literal 0 HcmV?d00001 diff --git a/scripts/projects.js b/scripts/projects.js index 19d2a6a..4c6b3fc 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -7,10 +7,19 @@ const projects = [{ }, 'icon': 'na' }, + { + "name": "Foe Frenzy", + "desc": "Foe Frenzy is a fast-paced fighting game where you battle up to three of your friends with random, short-lasting items in an attempt to be the last survivor. I explained my development process for the game in a blog post. Development is currently on hold, but I plan on continuing it soon.", + "status": "On hold", + "links": { + "Read the post": "https://ellpeck.de/#blog-small_projects" + }, + "icon": "foefrenzy" + }, { "name": "Tetro", "desc": "Tetro is a Tetris clone I wrote in an afternoon and a bit. You can play it in the browser. It also features multiple game piece designs and some custom game modes. It was pretty fun to make, and it's pretty fun to play.", - "status": "In development", + "status": "Finished", "links": { "Play it": "https://ellpeck.github.io/Tetro", "Code on GitHub": "https://github.com/Ellpeck/Tetro"