Hello All,

My program utilizes text files to load data like weapons, rooms, monster information. I can't have player's opening the files and editing them.

Does anyone have any advice on what to do about preventing players from opening up the text files used by the game?

I could not find any threads on this. Maybe I'm not searching well enough. Any advice would be great. I'm doing all of this in C with Visual Studio 2017.