/MMMCCLXXX

Free-riders

Primary LanguageC++

3280

Logo The proper way to write a GUI is to use only 1 or 2 images.

Trello page

https://trello.com/b/Mb0lOT44/csci3280

For developers

The GUI will be implemented using Qt.

  1. Download Visual Studio 2015 Community (in case you don't have it)
  2. Download Qt 5.8.0 for Windows 64-bit (VS 2015, 1.0 GB)
  3. Download Git for Windows (NOT GitHub for Windows!)
  • Leave the defaults in the installation wizard.
  1. Type ⊞ Win+R, then type cmd, and Enter to open the Command Prompt.
  2. Go to this page to generate a GitHub access token.
  3. Run: git config --global github.user ***YOUR_USERNAME*** && git config --global github.token ***THE_TOKEN_YOU_HAVE_GENERATED***
  4. cd to a folder you want to hold the project files.
  5. Run git clone https://github.com/SoftFeta/3280.git
  6. Type ⊞ Win+R, then type C:\Qt\Qt5.8.0\Tools\QtCreator\bin\qtcreator.exe, and Enter to open Qt Creator.
  7. Pin Qt Creator to your taskbar.
  8. Open sans_titre.pro in Qt Creator.