jukkae / rascal

A roguelike.
Other
1 stars 0 forks source link

Data files for configuration, items, monsters, etc #209

Closed jukkae closed 5 years ago

jukkae commented 6 years ago

Quite probably JSON.

jukkae commented 6 years ago

If there's need for exception handling, check out https://hackernoon.com/error-handling-in-c-or-why-you-should-use-eithers-in-favor-of-exceptions-and-error-codes-f0640912eb45 instead of actual exceptions

jukkae commented 6 years ago

JSON is horrible to write by hand and does not support comments. Implement custom format instead.

jukkae commented 5 years ago

Closed, work continues with TOML.