danielpclark / language_cards

Command line flash card game for learning languages. MVC, I18n, and YAML based. Japanese & Chinese flash cards available.
MIT License
23 stars 3 forks source link

Refactor UI #11

Closed danielpclark closed 7 years ago

danielpclark commented 7 years ago

Huge rewrite of how game logic is handled and view logic is handled. Made similar to Rails MVC without the model component.

Pure refactor (with the exception of score now showing as a percentage). Other than that all behavior and experience is the same. Because that's what it means to refactor ;-)