Risk Board Game

My previous CSE project was to implement my own version of the well known board game “Risk”. My job was not only to create the game but also create a creator that allows any one’s plugin to load in and run based on a number of questions asked pertaining to the structure of the game. I had to create the risk game maker and then use it to construct a stable version of the game. Some use of threading is involved to check the structure of the created game and make sure everything is “ok”. Then I had to make the game work, implementing all the features and following all of the rules of Risk. I just finished my second assignment which was basically using ConceptDraw7 Pro to construct 3 different UML diagrams that show how I would go about the design of my game. Skeletal .java files were also created. Now I’m onto the actual hard coding of the game as the next assignment is more or less the finished product minus any arificial intelligence. (which will be added for the final assignment)

Comments are closed.