Warzone (Based on Risk Game) Implementation as part of the SOEN6441 - Advanced Programming Practices (APP) course at Concordia University .
The specific project for this semester consists in building a simple “Risk” computer game. The developed program will have to be compatible with the rules and map files and the command-line play of the “Warzone” version of Risk, which can be downloaded at: https://www.warzone.com/. A Warzone game setup consists of a connected graph map representing a world map, where each node is a country and each edge represents adjacency between countries. Two or more players can play by placing armies on countries they own, from which they can attack adjacent countries to conquer them. The objective of the game is to conquer all countries on the map.