ConstantSail.com launched!
And just in time for the October competition. Thank you ludum dare for setting up this compo. Without it I don’t know if I would ever finish the game that has been sitting around forever.
This forced me to cut features and prevent creep so that I could get it out in time. Of course this means I have a todo.txt file a mile long with features I would like to implement, but alas, they will have to be added in future iterations.
The way it is, you can play online in a mmo game where you can upgrade your ship, trade goods, and sink other players ships in real time. And it is all through the web browser!
Now all I need is one player to upgrade today
Bitcoins and papal are both available checkout methods. When you upgrade, you can add unlimited ships to your fleet.
ConstantSail : Pirates & Traders
Here is the challenge entry: http://www.ludumdare.com/compo/october-challenge-2011/?uid=4337

All I got was a blank page. With a little bit of digging I found out it was because it could not find “console”. If I turn on Firebug it works, otherwise I just get blank page.
Susan
Thanks Susan, I forgot to strip that stuff out. I just added a little script that should take care of it:
if(typeof(console)==’undefined’)
var console = {};
if(!console.log)
console.log = function(){};//browser doesn’t have console.log…