WraitheDX / realms_shattered

This is a CLI (command line interface) text RPG programmed in C++.
11 stars 6 forks source link

Asking player for their preferred language. #16

Closed WraitheDX closed 4 years ago

WraitheDX commented 4 years ago

Player should only be asked their preferred language if there is no config file, or the language saved in the config file is invalid. Config file should only be saved if there is a change to be saved, or if one does not exist.

Danyaaa commented 4 years ago

I would like to work on this one.

WraitheDX commented 4 years ago

That is wonderful, thank you so much! I leave for work soon, but I am on Discord all day, so please let me know if you need anything! https://discord.gg/6aW7DFB

WraitheDX commented 4 years ago

I did just push and merge my last commit for the morning, which added the config file + saving/loading, and writing a vector of strings out to a file from FileIO. This will almost certainly affect what you are working on, so please keep that in mind, and maybe re-pull the main branch. Take care!

Danyaaa commented 4 years ago

That's helpful. Thanks