My name is Kyle Paulsen. I love to play games, and listen to chip tune music. But most importantly, I love to write software.
I graduated from Portland State University in my hometown of Portland, Oregon with a Bachelors Degree in Computer Science. The types of projects that I enjoy working on in my free time are mostly web and graphics related. I like exploring new technologies and I always have an eye out for what is developing in my field. Below are some of my favorite projects.
Super Bookmark Desktop is a chrome extension that gives you a new tab page and bookmark manager in one. As you might guess, it acts just like your computer desktop! Here are some features it has:
You can find the code on Github
Pitch Defense is a game where you use your voice to destroy rockets. Each rocket has a pitch that it is weak to. If you can make the same note long enough, you can destroy the rockets before they blow up your (in game) speaker.
The game originally started as just an experiment to fool around with Javascript's audio API and learn audio processing. I later discovered the Phaser game making engine and decided to make a game out of this. Don't forget to allow your browser to use your microphone. Good luck!
Resource Override is a Chrome extension to help you gain full control of any website by redirecting traffic, replacing, editing, or inserting new content. Github Page.
This extension will allow you to redirect URLs on the fly before requests are made. You can also redirect URLs to text documents that you can create with this extension. If you need to inject JavaScript or CSS files, this extension has you covered.
This tool is great for debugging production websites, as you can edit and inject code on the fly. You no longer have to scan through minified code as you can just redirect to an unminified version or paste in the unminified version with the integrated file editor.
Island Fever is the start of a three.js island game. Here are some of the sweet features:
I've always wanted to start coding some sort of three.js game that could also run in a mobile browser (specifically chrome for mobile). I tried hard to keep the code clean and fast with a sweet development environment.