Project: FrankenTongues

My Image

FrankenTongues (Frankie for short) is a language learning app for more advanced students that works entirely offline and aims to help the student become self-sufficient in their studies (independent of external resources) as quickly as possible.

◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇◆◇

It is also an experiment in multi-interface development, allowing rapid development of both front- and back-end features by offering console, TUI, and GUI interface from the same executable. Features are developed first on the command line, then fleshed out in the Tui, along with the back-end features to support them, before finally being deployed in the GUI.

Related Documents

Project Log Entries

/images/_ab144e57-595f-4a1a-981f-c0f93fad5543.jpeg

Modal Frank

I’ve been wading through the refactoring swamp on a couple of other projects lately, and it appears to be contagious. Today I decided to pull Frankie’s CLI reader apart and put it back together again. All in service of the new lesson layout.

/images/_58320e76-9140-4048-804e-b8dd45e25c5a.jpeg

A Deeper Think On Lesson Layout

As I continue to use Frankie in more ways and with different types of content, I’m beginning to see some friction points. Some are just a function of the limited graphics of the TUI interface I’m using at this phase of the project, but some are about the actual information layout itself. Before I start tinkering with it, I want to talk my way through it. And that means: It’s rubber duckie time again!

/images/_afb96080-dcb3-4d43-93e4-3fc8dafd1dc1.jpeg

Packaging Lesson Plans

As mentioned here, I recently got some exciting features working in console mode, but now I have to get them working on my phone. Getting the new code there should be easy enough - I can just pull the git repo - but delivering the lesson content is going to be a bit more complicated.