Illuminopoly
Original Interactive Board Game

Illuminopoly is a board game inspired by a Finnish board game called "Afrikan tähti (the star of Africa). It's currently a work in progress, as creating the actual concept for a fun board game is a large undertaking. However, all of the artwork and most of the complex programming is already done. It was originally made with Actionscript 2, but has since been ported to Actionscript 3, along with a custom pathfinding class using Dijkstra's algorithm. In fact, the custom class I wrote for pathfinding can be used for just about any type of board game, since it runs off an XML file. All graphics were made with Photoshop, Illustrator and within the Flash IDE, which was also used for programming along with FlashDevelop.