Tuesday 23 September 2008

PC :: Wire Fighter released

Although the Bullet Mechanics website hasn't been updated to reflect it yet (that'll happen on Wednesday) yesterday saw the release of the now christened Wire Fighter over on the ShmupDev forums.

The game itself is quite simple to get into, the player has two energy bars for the ship itself and the "laser wire" grappling system (above and below the score respectively); along with the ship, there is also the laser wire's cursor, when the system is charged, it will lock onto attackers (the usually red cursor will turn green if there is power for it or orange if not) and a swift right click will take control of the enemy and see it tethered to the ship as a support weapon. It is possible to play the game without using the laser wire but it's difficult and the best scores will be achieved by constantly grappling new support craft.

Friday 19 September 2008

PC :: Grappling with spaceships

The new rapid prototype has been receiving a little care and attention yesterday and as far as the code is concerned it's pretty much complete now; i want to spend some time getting the graphics and sound up to spec, there need to be attack waves created and probably couple more nasty types and at this point i haven't actually settled on a [i]name[/i] but the progress is good and i'm happy with the way it feels to play so hopefully it'll be well received on the ShmupDev forum when i'm done.

Friday 12 September 2008

PC :: More rapid prototyping

i haven't actually given the thing a name yet and it didn't end up using the OpenGL rendering code i was talking about previously... but after a day and a bit of slaving away i've got something together for the fourth ShmupDev competition! The idea is quite simple, the player has the option to lock onto attackers and take over their ships, slaving the craft itself and the weapons for their own use. There are some restrictions placed on the use of course (otherwise it'd be way too easy) such as the enslaved craft not moving as fast as they would otherwise and the bullets taking between two and eight hits to destroy attackers depending on the weapon grabbed, but generally it works pretty well.

All it really needs to "complete" it for the competition is some movement code for the nasties, a bigger selection of attackers with their own weapons that can be taken control of, a proper attack wave initialisation system (it's currently just slinging nasties in at random once every sixty or so refreshes) and then some pretties like a title page, a few more sprite designs, sound effects and so forth.

Sunday 7 September 2008

PC :: Shiny, happy spaceships

i've had a weekend of getting my head around the basics behind OpenGL; my programming language of choice, the rather spiffy Blitz Max, is essentially a 2D language (which was one of the main reasons i leant towards it in the first place, having previously used Blitz BASIC 2D to the point i was trying to simulate some of the more rudimentary lighting effects that Max can handle by rendering objects manually) but there is support included for rendering with OpenGL and, theoretically at least, that means i could build a 2.5D shooter of some kind. So far i've managed to position, plot, scale and rotate some vertexes and then some low poly shapes, although i suspect that a lot of my code so far is somewhat fudged...

As to what i'll actually do with this test code i haven't decided yet, but the idea of stylised, untextured shoot 'em up is rather appealing right now and, assuming the theme doesn't preclude it in some way, might be my "look" for the next ShmupDev rapid prototyping session since i really enjoyed the last one and the next one starts on Monday. Certainly one of my thrown together test objects will look quite good tumbling onto screen, disgorging some bullets and then spinning away again (or being blown to smithereens - that does raise a question of how to blow up a 3D object but i've just had a thought as i was writing this so i'll have to give that a little more consideration) and with a bit of modification will make the basis for a nice player ship as well. Strapping the Alien Release Scheduling Engine into this environment should prove quite... interesting though, the co-ordinates are based on 0,0 (thinking in two dimensions and ignoring Z) being the centre of the play area!