--- layout: default title: The Paper Pilot nocard: true sections: [puppet, featured, favorites] favorites: [NaN, Tower Offense, Slime Chargers!] ---

Use and to change direction and move

Use to bob up and down

Use Space to "babble"

Use 1-7 to change my expression

Hello!

I'm Anthony "The Paper Pilot" Lawn, and I develop programs and games using a variety of languages and engines. I received my B.S. in Computer Science at the University of Texas at Dallas, and am studying there towards my M.S. as well, with a focus on Computer Interaction.

Favorite Projects

{% for project in page.favorites %} {% for page in site.posts %} {% if page.title == project %}
{{ page.title }}{% for language in page.languages %}{{ language }}{% endfor %} {{ page.content }}
{% endif %} {% endfor %} {% endfor %}