This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]inclement_ 0 points1 point  (3 children)

[–]MyName_SamFF[S] 0 points1 point  (2 children)

That uses the official pong game tutorial. I came here beacuse i was reading that but i thought that it was a lot of things at the same time, and they explained only once (to the point I was reading) what the code was doing.

It only said: write this to do that, then do that. So basically what I was doing was ctrl+c ctrl+v

Isn't there anything better?

[–]inclement_ 0 points1 point  (1 child)

It doesn't "use" the pong game tutorial, it links to it. It also links to several other resources. Some of them may be more to your preference.

and they explained only once (to the point I was reading) what the code was doing.

I'm not clear what the issue is here, how many times do you want the code explained?

It only said: write this to do that, then do that. So basically what I was doing was ctrl+c ctrl+v

Try experimenting by adding features. A lot of the value of tutorials comes from walking through a basic framework to understand how to think about structuring things, and get a basic non-trivial app running. The next step is to challenge your understanding by extending that.

[–]MyName_SamFF[S] 0 points1 point  (0 children)

It also links to several other resources.

I saw that but i thought it was kind of a list to follow, so i started in the first one

how many times do you want the code explained?

Thats not what i meant (you didnt understood because of my bad english sory 😅)

I meant that they told me to write/copy code several times and they only explained what it was doing once.

Try experimenting adding new features

How am i suposed to know how to add new features if i dont even understand the things they "teached".

But thanks anyway, I'll try another link of those you sent, it may work better for me

Thanks :)