diff --git a/scripts/projects.js b/scripts/projects.js index e6dea0b..19d2a6a 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -9,7 +9,7 @@ const projects = [{ }, { "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.", + "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", "links": { "Play it": "https://ellpeck.github.io/Tetro",