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 ??


Are you trying to look for something like nitrotype? If so, what issue do you have with that, it is best not to reinvent the wheel. If you want something to be oss then I would recommend not taking the easy way out and learn to code in one of the c languages or java and make it yourself; if it was not your intention to allocate a minimum of approx 50 hrs of learning and development time I would recommend asking for interested parties by way of commissioning if necessary. In my experience having a project to work on helps you learn coding very quickly, I would highly recommend doing it without the use of ai generated code, in my experience it is only useful for recommendations on your own code or as a makeshift interactive doc page, but in general the official doc pages are just as easy to understand and have no chance of being irrelevant.
I really don’t understand what you’re saying.
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
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…
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.
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 😆😆😆😆😆
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.