As of late I have been working a lot on improving my programming, using new / different design concepts that I haven’t used much in the past. For example using Generic classes, functions and also things like using “Lazy initialization” for singletons. One of the projects I have been using to do this is on a block breaker game, inspired …
A tribute to Pong
I couple of weeks ago I did a programming test for a job I had applied for and the task was to create a Pong clone for mobile. It includes both a one player mode (against a simple AI) and a two player mode (against another player on the same screen. It was a fun little challenge especially the AI …
Alien Runner Improvements
So I’m making a game for mobile and as part of it I am adding to some of my older prototypes (yes I know FINALLY). So for the old Alien Runner project I have added in a small “Tutorial” consisting of sprite animations with text to show the player how to play. It also give the user an option (on …
Back into Web Dev!
Since I don’t have work at the moment I have split up my time 50/50 between working on games projects and getting back into Web Development. With the help of some Udemy courses I have not only refreshed my knowledge on HTML, CSS, JS but also learnt some new languages such as Jquery, Bootstrap and PHP. After the last 18 …