add tracer

This commit is contained in:
Ellpeck 2018-07-28 15:45:49 +02:00
parent da73fd1c37
commit 81f3cd1e07
2 changed files with 9 additions and 0 deletions

BIN
res/projects/tracer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -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 <a href="https://zettelnet.com">Zettelkasten</a>.',