This was my very first project.
I knew the basics of programming languages. I was taught qbasic in school and C in high school but I wasn’t that focused on programming but I always had an interest in learning it more. I always knew the basics but never learned where and how to apply all the knowledge I had. After my high school, I started researching and seeking out for help to start learning. That’s when I heard about Python. Everyone kept saying it was easy to learn and start. As most would, I took their opinion and started Python. The logic used where same as C that I had learned in high school only the syntax where different.
Took off with the project. Searched the internet. Found there is a library called Py game. Didn’t know what a library was or how would I use it. Went to YouTube and and started searching for every small thing. I did have some basic knowledge of how programs were made, especially games so I went to YouTube and started searching for, “how to add a sprite using py game, how to add collision using pygame, how to add audio using pygame” and so on.
In the end, I reached with something That looked like this. Here is the GitHub repo link Car game if you want to take a look at the code or maybe try running it yourself.
This sparked my interest further in writing codes and making programs. This also can be a great example for anyone learning to code. The things that matter the most while developing a program is to have decent problem-solving skills. If you can find the problem and think of a solution then the rest can be done easily, mostly with the help of the internet.