Categories
design Games General OneGameaMonth SwiftThought.com news

RELEASE!

War Mages is out on the Play Store!

Get It HERE

SummonIcon256

It’s been one hell of a month. Since starting over in the 18th it’s been non-stop go go go to get this thing up and running.

Overall I’m really pleased with how well it turned out. I have a lot of little secondary features I want to add to it, but I think I need a week to recover.

It will be an interesting thing to see if the game finds any kind of an audience, I’m not aware of there being a whole lot of multi-player games on a single tablet yet.  However I think that it will be one of those kinds of genres where people can pop down for 5 – 10 min with a friend while waiting for the bus and play a game.

Time will tell.

Categories
Code design Development General Post

Bits N Bobbins

Short post on progress things.  Things have just been lots of grunt work and non pretty things.

Will have things to show real soon.

Honest.

  • basic player object ..er.. exists and rotates properly.. mostly.  need to knock out some better test sprites and stuff to be able to make things actually ‘work’ together, but the fundamental concept of 8 direction independently moving head, torso, arms, lowerbody seems to work and will look pretty cool.
  • monster entities can be spawned and basically kept track of.. no AI or whatnot but still it’s a start.
  • Implemented basic box2d physics for player and monsters. this will have all sorts of fun payoff later I hope. Force waves, shapnel etc 🙂
  • Got the macro tiles wired for a* pathfinding.
  • Got the World generating a Maze and then replacing it with matching macrotiles that randomly match the exits of the cell.
  • started on map rendering
  • camera instance screen objects so I can have a smooth moving controllable camera that chases the player.
See.. lots of neat stuff… however nothing that you can actually look at other than a bunch of  diagnostic log output.
Performance wise it seems to be running at ~240 fps on the low end test machine and ~somewhere over 3,000 fps on the new machine.
So I might need to add in a ‘laptop’ mode which disables the whiz bang pretty stuff I hope to get put in.
and damnit .. http://www.garagegames.com/products/torque-3d the introductory price will be ending soon.
So I’ve got to grab that soon.
Categories
Code Development Post

Building Better Tools

So, basic progress is in swing.  There’s a bunch of stuff I can port over from the GarageGames Torque Game Builder version that I was working on, however, there are a bunch of things that I didn’t need then or just do not have access to in Java or just don’t integrate with Slick very well.  So with that in mind.. I’ve been digging  into Pre-Pre-Production.

To that end I’ve stated building a toolbox. Figuratively, of course.  Here’s a few of the silly things  that are a pain to write but very useful to have.

  • AssetLoader – based on the slick tutorial this little thing lets me have a loading bar on a title screen while the game loads every asset it needs.
  • OptionsController – manage loading and saving user settings and profiles for resolution, sound, and player name.
  • InternetFile / InternetString – for pulling a string (current version) or file (updated assets)  This makes keeping the user informed of latest news/ updated versions a snap.  Since Minecraft came out with an auto updater, it’s been glaringly obvious that at minimum having a latest version check is a MUST Have feature.
  • Movement Library – a pile of functions to take two points, and interpolate between them,given a method speed and time elapsed and whatever else that comes up.  I expect this to grow for some time.
  • ImageCounter widget – display a number with a series of images. Like hearts in zelda. Supports horizontal and vertical orientation, whole and partial increments etc.
  • Basic Image Button – yup it’s a simple little button made out of a bunch of images, it’s self contained and easy to use and change.
  • State Based Button – also called a modal button.  Essentially displays several options on a button bar and you can select one.
  • Text Block – an angelfont based text block widget , hand it a block of text, an AngelFont, and give it a max size.  It auto animates the display, pagination etc.
  • Text Entry – an angelfont text entry widget.  easy and simple..
and as I find things that would be handy in future projects I’m adding them to it.
So it turns out that making little widgets is actually really kind of fun.  Much like building the IrisEdit level builder tool that I’m using to build the levels.
And with those tools in hand, I’ve created the game Launcher / Version Checker,  Here’s what it looks like without the Launch Game button (it goes in the middle)

 

Categories
design Development Games Post

Sheep benchmark

Time for a little progress update, eh?

Ok so some more sheep have been done but it’s time to assess the situation and get a firm grasp of where exactly I stand.   But first a picture of the prototype tuckbox that the game will be shipping with (some assembly  required)

tuckbnox

Why Include something as silly as a tuckbox, when it will surely impact the bottom line One might ask.  Well the answer is simple,  with the last couple playtests it’s become obvious that the system of green tokens to track the value of the current place is massively cumbersome.  So I decided to put in a little track sheet that you can just put a couple counters on to track the value of the current place as it is eaten.  And the price difference between a 4×4 board and a board big enough to have a tuckbox to be cut out is negligible. So the tuck box is almost free.

But anyway… back to the current state of the game development process.    So it turns out that 85% of the time it’s taking is art.  That’s right.  It’s taking much much longer to draw silly sheep than it is to creating the game and the cards and exporting them and uploading them and writing / editing the rules etc. etc.

Crazy eh?

As of RIGHT NOW, I have Drawn and Painted 60 of 125 sheep.  Of those 50 have been placed into their final art location in the inDesign files that are the decks.

I have 65 sheep left to Draw, ink, and paint.   A happy estimate would be that if I totally buckle down I can probably do a sheep every 2 hours, maybe a bit more.  So let’s call it 90 min.  So that’s just a hair short of 100hrs of ART work left to do.  Not too terribly bad.

Other than that I probably have 6 hours of editing and tweaking on the cards’ text to make sure they’re clear and are easier to understand.

Then toss in the other little things like re-writing the rules and finalizing the web and packaging art, realistically it’s probably closer to 120 hrs of work.

That’s some really long weekends in my immediate future if I’m to hit my goal of having it launched by my birthday.

Time to buckle up, it’s gonna be one helluva ride to see if I can do this.

Categories
Games General

The Witcher gets a head start.

Looks like the guys who make the Witcher couldnt contain themselves any longer.

Sources report that “The Witcher: Enhanced edition” is popping out today.   The big decision is, buy it off stardock, steam or wait for the box to hit stores and get the extra goodies.  I’m partial to stardock, but steam’s platform is better and I like goodies.

*sigh*

Well I guess there are worse problems to face.
[edit: steam offers 10% off until the 16th]