+ 1
Is it helpful for me AS A BEGINNER TO CREATE PY SNAKE PROJECT (obvs for beginners), or do i need to create simpler ones?
I'm just a beginner at Python, finished the Basic Concepts, Control Structures and Functions at Python language, and I would like to start Py Snake beginner project (yeah, heard it right). I'll just watch YouTube tutorials about it and copy the codes, but afterwards, I'll study the codes and search 'bout it if I don't understand a line so I can learn how it works. That's how I learn forms when I was studying PHP, cody the codes and understand afterwards. Is it good for a beginner like me to start a small snake game just to learn more and enjoy the language? Or should I just stick to mini-projects for a moment before snakey? Longing for answers. Needing help. Thanks.
4 Antworten
+ 5
Well it depends on you if you want to do it or not. . . . . .
No project is bad for practicing your skills
+ 2
To make a Snake game is very easy assuming you know the basics of your programming language.
I think it was my first game I was programming (already made it with Javascript, Ti-Basic, Z80-assembly and Pascal).
So yes, I don't think you will fail or need any help. First take a sheet of paper and try to draw the sections of the game.
After that you should start with programming :)
0
Okay, thanks Raj!
0
Wow, never thought of that. Thank you Hornetfly!