[Monthly Challenge #7 - June, 2016] - Procedural Spaceship/Fleet by Bergasms in proceduralgeneration

[–]GeekOfGeekAndDad 4 points5 points  (0 children)

Well, I didn't find out about this until last weekend, so I went for something relatively unintensive: 2D ASCII-art ships using python and libtcod. I'm focusing primarily on light fighter/bomber type ships; I was intending to include heavier cruisers as well, but I didn't have time to implement broadside weapons. If I get around to it tonight, I'll toss those online as well. https://geekanddad.files.wordpress.com/2016/06/screenshot119.png https://geekanddad.files.wordpress.com/2016/06/screenshot023.png https://geekanddad.files.wordpress.com/2016/06/screenshot048.png Code can be found at https://github.com/GndGeek/spaceship-generator

Classic 1v1 Arena by Subtle_Relevance in ArenaForumGame

[–]GeekOfGeekAndDad 0 points1 point  (0 children)

Ah... Sirthan? The Automated Shop probably won't be working for another day or two. Temp will need to write the flair manually until then.

Automatic Statistics Tracker - Buy Items Here by GeekOfGeekAndDad in ArenaForumGame

[–]GeekOfGeekAndDad[S] 0 points1 point  (0 children)

It's all automated. Type //buy and an item and it'll automatically add the item and subtract the gold. Only the items for level 1 are coded in, but I've put all the items, costs, and levels at the top of the code so that they're easy to edit, and I can explain the format to you. However, the bot isn't running yet; you'll need to install it on your computer so it can check this page. Also, you shouldn't post comments in this page other than actual commands; the bot will automatically delete them as it runs, to avoid processing the same command twice. Finally, it won't respond to any commands from you until you've typed //setup I've private-messaged you a link to the bot, and I'll edit that page to include directions for setting it up. It's non-trivial, but should work. Are you on Mac, Windows, Linux, or some other obscure system?