The Wayback Machine - https://web.archive.org/web/20200918214320/https://github.com/TaimoorRana/Risk
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
cli
 
 
 
 
gui
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

RISK

Replica of the Strategy Game called Risk (Produced by Hasbro).

This game was developed for the course COMP345 Advanced C++ Programming, using Qt5.

  • Stewart Adam
  • Adrianna Diaz
  • Elliot Gimple
  • Elias Haroun
  • Taimoor Rana

FEATURES

  • GUI application built with Qt5
  • Interactive Map Editor with a sophisticated Graph ADT
  • Real-time exportable logging of all events
  • Built-in AI with simple heuristics for computer players
  • Supports saving and loading of game state

SCREENSHOTS

Screenshot of Gameplay

Screenshot of Map Editor

INSTALLATION:

You will need C++, cmake, QT5, and Cereal.

For macOS:

  1. For dependencies: brew install cereal && brew install qt5
  2. To build: ./build.sh && cd build/osx/gui/ && make all
  3. GUI executable can be found at build/osx/gui/risk-gui.app, double-click it with Finder... or if you are hard-core commandline user open -a risk-gui.app

Other operating systems such as Windows and Linux, please refer to the build/ folder

About

Replica of the Strategy Game called Risk (Produced by Hasbro).

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.