Game of each level in the fixed time fixed monster
In fact, the board type gate
But for how to store level information in the file and parse and read
Already many days after
You have any good ideas?
CodePudding user response:
With XML, CSV format or json format file configuration, c + + have corresponding open source library parses the file.So your level data can use excel edited and export top said several formats, the rest is logic design
CodePudding user response:
Well well, thank you