Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

C++ implementation of the strategy board game known as risk

License

Notifications You must be signed in to change notification settings

andrelegault/cpp-risk

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

299 Commits
299 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-risk

C++ implementation of a strategy board game known as Warzone (version of Risk). As everything is randomized, game durations may vary a lot.

NOTE: Press <enter> if using observers to refresh the screen.

Building Dependencies

  • cmake >= 3.17.0
  • make (mingw-make if on Windows)
  • gcc >= 8

NOTE: Use cmake -DCXX_COMPILER_VERSION=g++-8 to explicitly use a supported compiler version. This should be done if errors related to the filesystem module appear.

Build files are located in the ./bin directory.

Building (Linux)

Instructions:

cmake .
make

Building (Windows)

You should download cmake and MinGW. Makes sure to get the base and g++ compiler. You'll want to add the MinGW binaries, which should be in C:/MinGW/bin to your PATH. Then you simply run:

Instructions:

cmake -G "MinGW Makefiles" .
mingw32-make

Building (MacOS)

Install Homebrew and run, brew install cmake

Instructions:

cmake .
make

About

C++ implementation of the strategy board game known as risk

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.