Archive for the ‘Development’ Category
Wednesday, May 26th, 2010

I’ve abandoned a number of game development projects through the years – not so much recently, though.
Still, I felt like uploading some of the older ones, and they can be found at the Abandoned Games page. Enjoy.
Posted in Blog, Development, Games | No Comments »
Wednesday, November 4th, 2009

This is the first screenshot I have to show of the hacksim game thing; massively work in progress, this shows that while the game is heavily command-line based, there will at the very least be a fancy globe for traceroute etc.
(more…)
Posted in Development, Games | No Comments »
Wednesday, October 28th, 2009
Work has commenced (barely) on a new project, a game from scratch by Akselii and I – temporarily dubbed hacksim. Guess what genre it is.
It should become the least unrealistic hacking simulation around, which isn’t saying much. We were a bit torn on whether to make the game as realistic as possible. In the end, we decided to tone down the realism a bit (still way above the other games out there) in favour of accessibility.
(more…)
Posted in Development, Games | No Comments »
Friday, July 4th, 2008

Finally getting somewhere. Damage works, throwing works (but needs to be balanced), walls need a little fiddling with (there’s still only one wall, for starters). The UI is nothing like I want it to, but that’ll have to wait.
(more…)
Posted in Development, Games | No Comments »
Thursday, July 3rd, 2008

The next project of mine has already begun. It is a simple snowball fight; you pick snow up with the right mouse button, and throw it with the left mouse button. Hit the opponent, but keep moving so as to avoid being hit yourself. There is even a wall there.
(more…)
Posted in Development, Games | No Comments »
Wednesday, July 2nd, 2008
This is usually what keeps me from completing projects; some feature being uncontrollably more to manage than what I first thought it would be. In this case, polygon collision detection. I think two or three of my games have been abandoned simply due to this, and I now add another to the list. It even had a working scripting system, sigh.
(more…)
Posted in Development, Games | No Comments »
Friday, June 13th, 2008
No images from the game today. I’ve been stuck with a bit of the engine functions, mainly loading textures. Using 1600×1200 24-bit PNGs (for a 1024×768 background, even) turned out to be a bad idea, but even resizing them to 1024×768 leaves loading times of at least a few seconds. This is in no way acceptable when transitioning from one part of the map to the next, so I have to load the images when the game starts instead – to keep some sort of flow in the gameplay.
(more…)
Posted in Development, Games | No Comments »
Wednesday, June 11th, 2008

Scripting. Not the plot-writing kind, mind you. It is essential to have some sort of scripting engine if you’re not relying on procedurally generated content – and it would take too much to write a procedurally generated interesting exploration game.
(more…)
Posted in Development, Games | No Comments »
Tuesday, June 10th, 2008

I have an idea for a game. I have written/drawn a plot for said game. I have even gone so far as to begin coding this game.
(more…)
Posted in Development, Games | No Comments »
Friday, August 11th, 2006
The past few weeks can be summed up in one letter: C.
Of course, I’m referring to the programming language known as C. I’ve had a look at this, and managed to code a small application to download stuff.
(more…)
Posted in Development | No Comments »