tetro
This commit is contained in:
parent
6564cf87a3
commit
9aebf722ed
2 changed files with 10 additions and 0 deletions
BIN
res/projects/tetro.png
Normal file
BIN
res/projects/tetro.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 907 B |
|
@ -7,6 +7,16 @@ const projects = [{
|
||||||
},
|
},
|
||||||
'icon': 'na'
|
'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',
|
'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.',
|
'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.',
|
||||||
|
|
Loading…
Reference in a new issue