Bullet consumption

June 21, 2008 at 3:08 pm | In Flash games, Game development, Game idea's, HaXe | Leave a Comment

I’ve been prototyping yet another game idea during the last few weeks. Since I’m now a full-time game programmer at Triangle Studios, I have less spare time to devote to game-development. Fortunately, less doesn’t mean nothing at all.

So here’s BulletEater. A danmaku/bullet-hell game. Except that you’re unable to fire back at turrets, so you’ll just have to survive the bullet patterns. Actually, you’re not completely defenseless: there’s an overcharge mode that allows you to eat bullets, which in turn adds to your score. It does cost you a life however, but lives slowly recharge so that’s simply a matter of surviving long enough. Eating bullets speeds up the recharge process a bit so you may want to save your lives for the really nasty situations.

Bullet Eater - danmaku mayhem

These are things I’m still thinking about, as they make large bullet patterns easy score-fests instead. So I’m thinking about including laser-beams that can’t be eaten to control the difficulty and challenge some more. If you have any suggestions, feel free to share them.

AI Wars released

March 1, 2008 at 1:03 am | In Game development, HaXe, Released games | 1 Comment
Tags: , ,

I intended to release AI Wars last week, but some things got in the way. Some people have been asking me about it recently though, so I contacted my friend Inky for the latest version of his AI client and wrapped it all up in a .rar file:

Blue tank AI Wars download (210 kB)

The package contains the server and an AI client, written by Inky. Startup instructions can be found in the readme.txt file. If you’re interested in writing your own AI clients, contact me on this blog or through my portfolio’s contact page and I’ll settle some documentation and code.

Thanks to Mark, who worked with me on the AI Wars server, and Siebe, who built the AI client. And thanks to Jaco and Vassili for their emotional support, of course. Hehe. happy.gif

Anyway, enjoy, and please let me know what you think of AI Wars. happy.gif

Checking out Neko Media Engine

February 25, 2008 at 12:08 am | In Flash games, Game development, HaXe, Programming | Leave a Comment
Tags: , , , ,

I recently stumbled across Neko Media Engine, a SDL wrapper for haXe. I decided to port one of my Flash games to NME, to make it a stand-alone application. I got it up and running after modifying my framework for a few hours. It turns out that, with relatively few changes, my framework can be used for ‘normal’ games just as well. I’m starting to like haXe more and more now, especially with such libraries around.

The developer of NME, Lee Sylvester, has recently teamed up with Hugh Sanderson to create Neash: a Neko library that provides the Flash API for Neko applications. In other words, we’ll be able to use (almost) the same haXe code for both Flash and Neko applications… That sounds interesting!

Final internship has started…

February 13, 2008 at 11:05 pm | In Flash games, Game development, HaXe, Programming, Triangle Studios | Leave a Comment
Tags: , , , ,

Last week I started with my final internship. It’s, again, at Triangle Studios. This time, there’s no mobile games to work on though, but Nintendo DS titles. I’m working on something pretty interesting, but for now that’s about as much as I can tell.

As for spare-time development, I plan to release AI Wars next week after some minor fix-ups. I’m then going to continue work on the surprize I mentioned last month. After that, I’ll either do another small project in-between or I’ll immediatly take up work on Aural Fighter.

The framework I’ve been building for Aural Fighter has been tweaked and refactored all the way through AI Wars, the surprize project and a few other prototypes. I recently streamlined the rendering system: animated sprites are now simply a matter of creating a single sprite sheet and writing an animation data text file, rather than creating multiple numbered files. At compile-time, this animation data is compiled into the .swf file. The sprite loading process then attaches that data to the loaded sprite. There are still a few things I’m working on, such as color remapping and fading filters, but the framework is steadily moving towards a point where creating new games doesn’t require me to add new functionality anymore. Which means I can focus more on the actual games and less on the technology behind them. Which is good. smile.gif

AI Wars is looking for AI agents!

February 5, 2008 at 5:44 pm | In Flash games, Game development, HaXe, Programming | 2 Comments
Tags: , , , , ,

AI Wars is done

It’s finished. The Flash frontend and Neko backend are done, and my classmates have produced a nice AI client for demonstration purposes. The whole package is roughly 0.5 MB.

AI Wars - blue versus yellow

To make things a little easier, I’ve written a batch file that starts both the backend and the frontend. All that’s left then is connecting the AI clients and starting the game.

The gameplay

Continue reading AI Wars is looking for AI agents!…

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.