I had a bit of a slow start over the first weekend, but made up for it somewhat yesterday and this morning, so I’m in for the October challenge after all!
I’m making a trading / crew management game which I’m calling Airship Traders. It’s set in your standard fantasy world, except in this world wizards are a dime a dozen, so being a wizard doesn’t really make you very special – you have to go the extra mile, like becoming a rich and famous Airship Trader for example!
Having learnt from LD18 that I’m not very good at art / graphics I’m scaling back graphical ambitions way back this time round – going to go for a fairly simple 8-bit look similar to that of Chaos: Battle of Wizards. This game will include a bunch of personal firsts, including:
- Non-trivial mouse based interface (Working)
- Map larger than the screen (Working – with a functional mini-map)
- Mix of random-generated and file-based content (TODO :P)
I’m developing in Java with Slick2D and here’s my first screenshot (just colored boxes for now, graphics will be added once the gameplay is working):

Towns, trade goods, large map with mini-map and mouse controls - all working :-)
In terms of trying to sell my game, I’m not even going to bother with app-stores (they all seem to require that I learn a new set of development tools or APIs, which is a bad idea considering the complexity of my game PLUS I’m in South Africa, which isn’t supported by Google App Store and probably some others – I didn’t even bother to check the rest).
My plan for selling a copy is to have a free-to-play 15 minute demo downloaded from my website (with ads), with a PayPal payment required to buy the full game that doesn’t have a time limit (I think this is similar to what BigFishGames does). This will entail making some improvements to my website, so my deadline for finishing the game is 23 October, so that I can dedicate the last week to building the sales infrastructure. If that looks like its not going to happen before the deadline, I’ll probably go to one of the handful of Java games portals with ad-revenue sharing and just try to drive traffic there from my website.
Good luck to everyone participating! I’m already having tons of fun, hope you all do too!