quick update
This commit is contained in:
parent
0057ef8601
commit
f1c42c6f7b
2 changed files with 10 additions and 1 deletions
BIN
res/projects/foefrenzy.png
Normal file
BIN
res/projects/foefrenzy.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.7 KiB |
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue