© 2023 Hashnode
#programming-in-scratch
My project Scratch is a programming language that has become increasingly popular in recent years, especially for teaching programming concepts to beginners. With its visual, block-based interface, Sc…
Here I will be showing you my best project to date: Platformer v1.0.The point of the game is to complete as many levels as you can. After doing griffpatch’s tutorial series on the classic platformer (which I didn’t complete) I started makin…
Planning A very important lesson that I learned during the previous jams is the importance of planning everything before starting the production part. While still early, making changes and corrections…
Here I will be showing you some tips to make your projects’ quality higher Tip 1: Make interactive UI(User interface or the buttons) So don’t just make your start button vanish but add a nice animatio…
Have you ever been stuck trying to understand code that was written just a few days ago by you? Ever had JavaScript at run time outputting an error, precisely undefined, yeah sucks a lot, ever had you…
In the software industry, skilled programmers are still in high demand: The need for specialists in this field doesn't appear to be decreasing, despite the fact that developer positions are sometimes …
Do you want to learn a new programming language or if you have your idea and are looking forward to implementing it? Python is here for you. What is Python? Python is an interpreted, object-oriented, …