Past Programming/Scripting
UDK Scripting:
This was my first and only week I spent doing UDK scripting. I’d never used UnrealScript before. By the end of a week of playing around, this was the result. I implemented camera-relative movement (with turning), a veeeeeeerry simple cover system and an even simpler sprint script 🙂 I had planned to create something similar to an action roguelike in UnrealScript but the engine doesn’t support brush creation on the fly, so I stopped after the first week.
(Although the video doesn’t show it, it was possible to move along the wall to the edges but no further unless you left the cover. This would have been replaced by a “peek” sytem.)
Final Year Project – Neural Networks for Crime Solving:
My final year project was an Artificial Intelligence System. The full title was “A Neural Network Approach to Criminal Profiling” and entailed using Neural Networks to determine characteristics of an offender based on different aspects of the crime. For the given selection of data, an accuracy of 80% was reached for theft type crimes.
DeskMate:
(I had some issues running program on Windows 7, hence the screwy screenshot)
This was a simple program to allow you to have a picture of your choice, with transparancy that sits on top of your desktop, but you can still click through. All of the options (including making it draggable or click-throughable were handled in a taskbar icon.)


Leave a comment