this post was submitted on 13 Sep 2024
44 points (100.0% liked)

Godot

5681 readers
2 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

!roguelikedev@programming.dev

Credits

founded 1 year ago
MODERATORS
 

Hello.

Gamified Language Learning Tool in Godot 4.x

I was working on this several months ago, but decided to completely restart and try again two weeks ago. Had a lot of business to take care of so could only do a few sessions of work.

Primary reason as to why I scrapped the first project was because I could not figure out a proper "green theming" and colors for the various Android screens. What it looks like on my computer can be totally different. I had the same issue with Fruity Game.

Basically, this is an open source Duolingo styled language learning app.

You can create courses/lessons for any language you want. This includes constructed or unofficially recognized languages.

The metadata repository comes from just the very basic idea of F-Droid.

Here are some examples of metadata:

"course": {"Form basic sentences": {"lessons": [{"challenges": [...]}]}, "Order in a cafe": {...}, "Speak about family": {...}

{"comment": "", "challenges": [{"type": "choice", "inquiry": "¿Tú bebes agua?", "options": [...], "correct": [...]}]]}

The README goes more in depth on how everything is structured.

Forgive me for lack of comments within the code. I wanted to get a quick prototype out to show a friend. I will make everything more readable soon enough.

The name probably makes no sense, but I could not find anything else.

NOTE: The app currently tries to detect your system language to only download courses from that, but there is only "en_US" available.

Web and Desktop versions are planned!

As a conlang enjoyer:

CODE REPOSITORY: https://codeberg.org/MarshReaper/Labrung METADATA REPOSITORY: https://codeberg.org/MarshReaper/Labrung_CourseMetadata

top 2 comments
sorted by: hot top controversial new old
[–] MarshReaper@lemmy.world 11 points 6 days ago

If anyone is decently fluent in a popular language, the help with metadata would be greatly appreciated!

Might drop a bounty for art and assets in my revolt server. Although, the current icons bring the funny funny.

[–] GandalftheBlack@feddit.org 2 points 5 days ago

This looks cool! As a language lover and amateur conlanger and programmer, I like this a lot