HarikalarKutusu / 3d-voice-chess

A voice driven 3D chess game for learning Voice AI
GNU General Public License v3.0
16 stars 2 forks source link

Convert language related data into resource files. #2

Closed HarikalarKutusu closed 2 years ago

HarikalarKutusu commented 2 years ago

Currently, language-specific data (piece names, sentences, etc) are distributed and/or hardcoded in code. They exist in sentence generators and client code. They can also exist in future language/translation files.

We need to find a better way to represent them in one place, in JSON for example.

HarikalarKutusu commented 2 years ago

Handled by #6