prashanthsriram-s / Risk

A C++ implementation of the board game Risk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RISK

This repo was a C++ course semester project.
It is a text based implementation of Risk, the board game.
It includes most of the gameplay of the board game with slight variations.
The project also includes a map creator/editor in order to allow the user to make their own Risk maps, or make modifications to existing maps.
We learned and implemented quite a few design patterns within the project as well. Design patterns primarily used were the observer, builder, decorator, strategy and adapter patterns.

Teammates:
Eric Bonneau
Radu Saghin
Cynthia Lafrance McLaughlin
Robert Dubois

About

A C++ implementation of the board game Risk


Languages

Language:C++ 98.1%Language:C 1.9%