diff --git a/res/projects/tracer.png b/res/projects/tracer.png new file mode 100644 index 0000000..97a4a72 Binary files /dev/null and b/res/projects/tracer.png differ diff --git a/scripts/projects.js b/scripts/projects.js index 8afa4ef..f2a6940 100644 --- a/scripts/projects.js +++ b/scripts/projects.js @@ -27,6 +27,15 @@ const projects = [{ 'status': 'Handed off', 'icon': 'aa' }, + { + 'name': 'Tracer', + 'desc': 'A small web app with spaceships that fly around and draw a line in a random color wherever they go. The cool thing is that, when two of them collide, both of their colors fade into a different one. It\'s fun to watch!', + 'links': { + 'Check it out': 'https://ellpeck.github.io/Tracer' + }, + 'status': 'Finished', + 'icon': 'tracer' + }, { 'name': 'Grammar', 'desc': 'The name is temporary, but this is a context-free grammar parser, form converter, word parser and a-lot-of-other-grammar-stuff-doer that I\'m working on with Zettelkasten.',