Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 540 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 540 Bytes

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)