this post was submitted on 25 Oct 2025
20 points (79.4% liked)

Linux Gaming

21859 readers
502 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

cross-posted from: https://crazypeople.online/post/9879376

cross-posted from: https://crazypeople.online/post/9879332

cross-posted from: https://crazypeople.online/post/9879331

I wish to create an f1 game on open typer, klavaro or GNU typist for kids, which would become an engaging practice for kids in speed typing. Can anyone help me with this ??

you are viewing a single comment's thread
view the rest of the comments
[–] Attacker94@lemmy.world 1 points 3 days ago (1 children)

In what way, is it too much techinese? If so, please tell me which aspects you are unfamiliar with and I would be happy to clarify

[–] Docker@lemmy.world 1 points 3 days ago (1 children)

Techinese is a beautiful term😆😆😆 l understood this word, but much of the text that you typed, l failed to understand 😐😐

Particularly that doc pages thing.....

[–] Attacker94@lemmy.world 1 points 3 days ago (1 children)

A doc page is short for documentation page, it is a website, which is normally maintained by the language you are coding in, that shows you all of the syntax that you could possibly need for any given function. My reference to ai is that it is sometimes nice to ask ai how a function works if you are having trouble understanding it, but in general the doc pages already do a good job of that, and crucially shouldn't be wrong.

[–] Docker@lemmy.world 1 points 3 days ago (1 children)

That means, if l'm coding in python, there's a documentation page, if l code in javascript, it's got a documentation page, like that ??😃😃

Actually chatgpt does a wonderful job explaining technology in a story telling method. For example, telemetry can be compared to CIA, FBI and Mossad 😆😆😆😆😆

[–] Attacker94@lemmy.world 1 points 2 days ago

That means, if l'm coding in python, there's a documentation page, if l code in javascript, it's got a documentation page, like that ??😃😃

Yes that is correct, in particular Python's doc.page is here python, and JavaScript's one is a bit different though due to its relationship to markdown languages like HTML, I do not believe oracle publishes a doc page for it specifically.