Monthly Archive: July 2012

Jul 25

PurpleEngine Released!

Catching Game Example

While at university I used an engine created to help beginners learn game programming, that was designed to be able to make 3D games very easily with little knowledge of how things are working. It was a great engine, but as I have bit of a passion for 2D games, I decided to attempt to …

Continue reading »

Jul 24

Managing Multiple SSH Keys

SSH keys are a very efficient way to make secure connections over the internet, for a large variety of things. Many things use SSH keys regularly, for example using Git on GitHub requires you to register a key to use when accessing repositories. Most of the time, however, their help guides only explain how to …

Continue reading »