A complete implementation of the game of Network from (mostly) the ground up
-interface design with encapsulation in mind -implementation of all objects and methods -implementation of game logic and an AI using minimax game tree search with alpha beta pruning
Network is taken from Sid Sackson, "A Gamut of Games," Dover Publications (New York), 1992.