Blade Edge

Computer software | Video production | My life in general

Blade Edge main header

BB Update, Demo Night V, GGE

February 20th, 2007 · No Comments · Software

Transposed from Gaiiden’s Scroll

Blitz Blox Update

I coded the first special block action tonight, and it went very smoothly. The first block I implemented was the Clip Block. When a player deploys a Clip Block, it lands on the stack and then every single block residing in the clip of that player’s opponent is destroyed. Since player clips take 12 seconds to fully reload, that’s quite an impact! Here’s the code for the Clip Block.

As you can see, I take advantage of iterative function calling (sort of like recursion, but without the stack unwind) via the schedule function in order to destroy each block in the clip one a time, instead of all at once, in a single second and allow the game to continue to progress in the meantime. It works perfectly. I was going to make a video, but I’m going to wait until all the special blocks and the chain reactions are in before I do.

Demo Night V

It was good to attend a Demo Night for the first time in 5 years. I showed off Galaxy Conquest (then built with my SDL-based Katana Engine) at the original Demo Night back in 2002. Scheduling conflicts have hampered me ever since. But tonight I was able to get up to the city to see what my fellow developers are working on in the NYC area. The highlight of the evening for me was Large Animal Game’s Snapshot Adventures: Secret of Bird Island, since it was developed using TGB and also using TGB’s 3D modeling capabilities to great effect. I was also impressed by the editors they had made for the game as well. I’ll be posting full coverage of the event on GDNet sometime next week, so stay tuned for that!

GGE

Just a quick blurb that I continue to be impressed by the GGE site. It’s cool to find new features almost every time I login to fudge with my account (which is daily, for the most part), and they’re certainly listening to feedback I’ve been offering. If you’re not signed up yet, get up off your ass and join already. It’s a great resource for getting your name and your games out there for public consumption, helping other devs by commenting on their games and finding players for your games – to name a few! Just do it.

Tags: ···

No Comments so far ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment