Map Watch is a Microsoft Windows application programmed in Python that records map drops in the game Path of Exile. I no longer work on the project but all the code is open sourced on GitHub. github.com/JDHatten/MapWatch Screen Captures
General Desktop Development
Displaying All Posts Filed under the "General Desktop Development" Category
Developed in Microsoft Visual Studio in C++ this is a turn based strategy game. The game is played on a hex grid and units are moved one or two hexes at a time until one player wins and takes over the map. The game was close to half done before …