Project conf

solution:

  • IDE: visual studio 2019
  • language standard: C++ 17
  • build with windows console API, won't work on linux

external lib used:

git branches:

  • master: standard game
  • bonus: game with bonus

Folder structure

  • assets: contain characters ascii arts
  • data: contain characters and abilities data json files
  • lib: external lib installed manually
  • src: all c++ source files (convention: .h in public folders, .cpp in private folders)