From 0a123534f68c4a1dd3bfd3af412c3b07e3d6f159 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 25 Mar 2019 22:26:33 +0100 Subject: [PATCH] better words --- scripts/projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",