Skip to content

C++ Implementation of the "Power Grid" board game

Notifications You must be signed in to change notification settings

amirbawab/PowerGrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerGrid Game Implementation

##Screenshots:

Welcome page

Select map and number of players

Players configurations

Map mode

Power plants mode

Resource market mode

Map mode (Buy house)

Overview mode

Create custom map ("Create New Map" button on Welcome page)

##To use the project:

  1. Install Visual Studio 2015
    1. This is the link to the Community version
    2. You can get the Enterprise version from DreamSpark here (enter your ENCS username and password)
  2. Download Qt (32 bit - latest version) --- This is the link to 5.6 installer --- NOTE: the file size is about 800MB, so be patient!
  3. Install Qt into the default location (C:\qt\Qt5.6.0\5.6\msvc2015). You don't need to enter this location; just accept the defaults
  4. Open Visual Studio, go to Tools/Extensions and Updates...
  5. Click on the Online section
  6. In the upper right of the dialog, search by typing qt (no need to press Enter)
  7. Install the Qt5Package plugin
  8. After Visual Studio has been restarted, open the menu item Qt5/Qt Options, then click Add
  9. Enter 5.6 for Version Name and the path should be the default install location (C:\Qt\Qt5.6.0\5.6\msvc2015)
  10. Clone the repository and you should be able to run the application inside Visual Studio

TIP: not required for this project, but if you want to create new Qt projects from scratch (using the templates installed by the Add-in), you need to create an environment variable with name QTDIR, and the value being the default Qt installation directory (C:\Qt\Qt5.6.0\5.6\msvc2015)

About

C++ Implementation of the "Power Grid" board game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages