Saturday 23 March 2013

Match Battalion - devlog #1

I finally got around to putting a decent amount of thought into what I'm calling the 'actual' build of our Fuck This Jam game. I promised myself I'd try and cover what I'm doing, if for no other reason than it's a good incentive to keep myself going. As you can tell by the title, we've tentatively chosen to call it 'Match Battalion'.

There's already a rough playable version that we made during the jam, so this post kinda sums up where we want it to go. We changed a few things, and made a few things! This will be a new build though, as of course we were up and against an insane-o-deadline last time around.

This project is what I'd definitely call a slow-burner anyway, the Fuck This Jam contest was absolutely ages ago. I'm fully expecting to drop in and out of this build, especially given that at the time of writing my wife is three days overdue with our first child... small windows of opportunity will be the way to go, I think. I don't want to mothball it entirely though: I always like having a side project on the go, and this one isn't for anyone (or for any money) so I'm happy to take it easy. Disclaimer: eagle-eyed readers will see this is the second project-kick-off post I've put up - the other game got stuck on hiatus for a while but will exist one day, honest.

Concept:
The idea for the game itself is pretty nailed-down at this point, it's basically a match-three puzzler crossed with a turn-based strategy game. The basic premise is that two armies fill the board (these are just sketches, it'll look nice in the end):


Players get a set number of moves per turn (as opposed to taking it in turns with each move). Movement is performed like a puzzler, and trying to move onto a square occupied by the enemy makes them fight. Obviously certain units are better against certain others, and the terrain the units are on will affect the outcome too. If the enemy unit is defeated, the winning unit moves in, followed by all the units behind them:


You'll also have units in reserve, off the board, so a big part of the strategy will be making sure you introduce units onto the play field correctly:


Units that are adjacent are classed as squads, and will be a bit more powerful, so it'll be advantageous to keep units together and think ahead a little. Similarly, breaking up enemy units so that you can fight the weaker individual units separately will be a solid strategy.

To win, either eradicate the other team, or take out their powerful commander unit.

There are no other mechanics really, we want this to be pretty streamlined and easy to figure out.

Code:
Just to mention briefly, I made the decision to ditch Flash Builder entirely, at least for my personal work, meaning that this game build will be the test bed for my switch the IntelliJ Idea. I hate so much about Eclipse-based IDE's, but the pricetag of 'free' usually stops me whining too much. However, FlashBuilder has taken a free IDE, made it more bloated and crashy, and stuck a giant pricetag on it. Sorry Adobe, I love your products, but I'm out.

Enter the new contender, IntelliJ Idea. I picked up a copy during JetBrain's End Of The World sale for about £35, and so far it's looking really, really good. It's taken me about an hour to get up and running with a test project compiling how I like it, and it seems very intuitive. I've not had to look anything up yet, which is a good sign. Once I'm into the build I might do a deeper comparison, but early signs are good.

Art:
My partner in crime Kieran finished up on tile and unit animations, and they're looking amazing as always. I'm using Starling to render, and was so impressed with TexturePacker's swf-to-spritesheet awesomeness I dropped money on a license. It's a fantastic little bit of software, the free version is pretty good on it's own too if you're interested. Here's our infantryman in spritesheet form (obviously there's an XML file that goes along with it, that TexturePacker takes care of nicely):


I put together a rough test with Starling just to gauge mobile performance, and I'm hugely impressed: I had a full map and 48 animated sprites running on my phone, 60fps with no issues (and my phone isn't that new either). The artwork stays crisp when it scales too, which I'm quite happy about.

I'm actually stopping work on the rendering/graphics now I know it works, as I'm more interested at the moment in getting something playable up and running as soon as possible: mechanics first, eye-candy second.

Next steps: I'm hoping I can get something playable up and running pretty quickly, using the old prototype code and sexifying it a bit. This is a personal project, but I'm determined not to let it get all horrible and messy if I can help it. Although, I've said that before....

No comments:

Post a Comment