Wagoneer
Awards
Diary Entries
What Day Is It?
I'm starting a little late in the challenge here so I don't know if I'm going to finish anything or not but I figured I'd give it a shot. I read the theme on Saturday but didn't have a chance to work on anything until yesterday, I'm building a trading game loosely based in medieval Europe. The idea is to send wagons carrying goods between towns and take advantage of differing prices in each location to make a profit. As long as you keep the flow of goods between towns going, you'll do well. I'm using pygame along with a small library (that can be found here) to hopefully speed things up a bit. The only issue so far is that my library has nothing to help with ui and this is a very ui focused game. Almost all my time so far has been working on that and it's still a long way from functional.

There's still a lot missing right now, there's no way to send wagons between towns, there's no way to load wagons, there's no way to even switch between wagons in a town right now. At least selecting towns works great and scrolling the list of wagon contents works. Here's hoping I can get a whole lot done in not a lot of time.