Archive for the ‘Game Development’ Category

Support For Multi-Panel Display?

In gaming, the challenge always seems to be bigger, bolder and badder when it comes to graphics, but why hasn’t anyone really tapped the PC market with full multi-panel display support? This question came to mind again today when I saw this amazing 43″ curved display. I can only imagine the satisfaction of playing a [...]

More »

Cover E3 With Kotaku: I Am Not the Chosen One

Yes, that’s right: Kotaku will be without the immense blessing of my presence and personality during their E3 Expo coverage in June. In a follow up to yesterday’s post, I wanted to inform my faithful readers that I was not able to snag the victory in the writing contest and claim my role as a [...]

More »

Cover E3 With Kotaku? Really???

As many of you are probably aware (well, at least the gamers among you), video game news giant Kotaku launched a campaign last week to offer a solitary individual not currently involved in the gaming industry a chance to attend and cover the highly anticipated E3 Expo with them this year. Donning my fanboy facade, [...]

More »

Simple Actionscript Shooter Phase 1 (AS3)

Well, OK, it’s not much of a Phase 1 – more like Phases 1, 2 and 3 all rolled into one simple demo, but for my purposes, the name will suffice. Many different ideas and techniques have been rolling around in my head for months, and I finally decided to try and find a simple [...]

More »

Handling Larger Maps in AS3

I have been working on some ideas for a TD game that would be both entertaining and original, and I feel that – with the help of a couple friends’ input – I’m on the way to something worth developing. Since I have already put together much of the “guts” for a TD game, I [...]

More »

WhatGamersWant.com

In efforts to create a unique gaming site, we would like to get your input on what areas of the gaming community have yet to be tapped to their fullest potential. If you have any input at all concerning what focus this site should take, please leave feedback on the site directly: www.whatgamerswant.com. Thanks for [...]

More »

Consistent Omnidirectional Movement in AS3

One of my biggest gripes in Flash games to date is that of simulated motion that is by no means realistic. True, this may be acceptable for some games, but as a whole, there is something that just doesn’t feel right when your side scrolling shooter plane moves up one unit when you press UP, [...]

More »

Tower Defense in AS3 – Part IV

Many of you have been waiting patiently for this post, and let me say that I have worked many hours to get this where it is today. I wanted to get my code to the point where it was solid enough that I would actually publish something with it, and I believe it is there. [...]

More »

Tower Defense in AS3 – Part III

I decided to take a slightly different approach to Phase III of this series than I had initially intended, since there was a little restructuring that needed to be done in order to support a cleaner and more efficient system. The intent was to have this post cover the basic solution to the towers themselves, [...]

More »

Movement and Event Handling with AS3

A couple days ago, I decided I wanted to teach myself a few movement algorithms withing Flash using Actionscript 3. I started with simple Event.ENTER_FRAME event trapping to move an object across the screen, and then I decided to make it a bit more interesting. What I ended up with is this small target practice [...]

More »