The game you are trying to view has ceased development and consequently been archived. If you are a member of this game, can demonstrate that it is being actively developed and will be able to keep this profile up to date with the latest news, images, videos and downloads, please contact us with all details and we will consider its re-activation.

A project of mine that has long been a 'Well, I'm bored, I'll do a bit of this now' type thing. Now, I've decided that I'll be using it as a learning/practical-exercise tool for my Programming courses at University which have, thus far, been Java courses.

Report RSS Developer Diary #1 - "Doing it now while pain level=0"

Summary of a week which saw the changing of the game's setting, some more 'stuff' added and, importantly, more player configurable 'things'

Posted by on

Hi all.

So, biggest change this week: This is no longer a Star Wars themed game.

After consulting those knowledgeable in the area of Intellectual Property, I decided that it's better to play it safe now than risk a nasty surprise later on.

Making the change now was pain-free, requiring only the renaming of the Planet and Location objects I had so far.

This is actually a good thing, as it allows me a bit more freedom with things like Planet and Location names, as well as definitions of in-game Organisations and Manufacturers.

After that, I added the framework for Spacecraft; They all are built around a set of attributes such as 'speed', 'armour' and 'cargo capacity' and they can have either 1,2,3 or 4 weapons.

Oh yeah, I also added the framework for Weapon and Cargo objects.

Weapon objects have attributes such as 'Type', 'Range', 'Damage' and 'Fire Rate' and Cargo objects are built on attributes of, among other things, their 'Mass', their 'Legality', 'Worth' and how likely it is that, with a particular Cargo, you'll run into a Customs inspection vessel......or worse.

I've also begin creating a 'GameConstants' XMl file - a WIP shot of which serves as the image for this news item; In this file will be a whole variety of user modifiable 'things' that fall under the 'Misc' category.

And, after further exploring some GUI concepts as a part of my studies, I'm thinking of doing one for this game.

It's not going to turn into anything fancy mind you, just simple things like being able to click buttons instead of typing commands.

So yeah....TL;DR: No Star Wars, haz ships/cargo/weapons/, might get buttons.

Until next week time,
AUS_Doug

Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: