Category

Railroad Game

Computers & Programming, Railroad Game

Path Finding

I was having trouble finding a path. Well, I was actually having trouble programming the path finding algorithm for the railroad game. I’ve never written something like this and what I threw together originally was just wrong. There are a few requirements that exist in this game that…

Continue reading
Computers & Programming, Railroad Game

What is a Train?

I was working last night on train routing and came across a serious dilemma; if a train splits in two, there is a new train that didn’t exist when the player first set routing information for the original train. What about a train that is created that has…

Continue reading