How to create an alphabet tracing app in a code editor no game engine?

Hi Everyone,

I’m Katia_a_demonic_caterpillar

I’m new here. I started the freecodecamp curriculum.

I am quite excited and a bit ahead of myself.

I am looking to create an alphabet tracing app using a code editor without the use of game engine.

Would you have any advice ?

1 - which books can i dive into ?

2 - which math/algorithm/pattern to use?

3- which language to use?

is javascript enough or should it be done with C# or C++?

Should it be written in different language to be compatible with iOS Android and Windows and Linux and Mac?

Thank you for passing by my post :heart: :pink_heart: Have a loovely day !

Welcome to the forum @katiamb

It’s great you are excited.

My advice is to take a few steps back. You’ll need to learn the basics of programming. Once you have a solid foundation, you can learn the intermediate and advanced parts.

Once you grasp one language you’ll find it much easier to learn a new one.

There are related eco systems around each language, each with a different focus. You’ll need to decide which language and framework fits your needs.

Perhaps start simpler, with an app that teaches the numbers from zero to ten. The user presses a button, and audio plays with the message “Today we will learn about the number 3”. “Here are 1, 2, 3 apples, 1, 2, 3”. Then use different objects, and also let the user choose which objects to use. Then give a quiz where they choose a button from a selection. If they choose correctly, the audio plays “That’s right. There are 3 apples .” Or, “That doesn’t seem right. Let’s try again.”

Happy coding

1 Like

Hi Teller, @Teller

Thank you for your reply and for taking the time to give example.

That’s an amazing idea.

I should start simpler.

Thank you for this example it helps me a lot.

Have a lovely day.

1 Like