Inspired by my travels and language learning experiences, I've been working on a game about going hiking in the mountains and learning new languages. Players will have a camera to take photographs with, and which they'll be using to discover new words and topics.


They will then be able to discuss these topics with people they encounter across the way. It's still all in early stages, and most of the work done so far is on the camera and language mechanics. There's a little bit of the dialogue system in as well. There's a movement system, but I haven't started work on the level yet, so all you get so far is a little patch of terrain.

On the technical side of things, it has a pretty straightforward D3D12 renderer, it's written entirely from scratch in C99, and has no external dependencies besides FreeType for font rasterization.