
Zero To Game Dev - First Line Of Code
Introduction Welcome to Chapter 6 of the Zero To Game Dev course titled First Line Of Code . In the previous chapter, we explored the Mini Micro environment, learned how the terminal works, and discovered some basic commands that help us navigate the system. Now it’s time to move one step further. In this chapter, we will finally write our first MiniScript program . If this is your first time coding, it might feel a little intimidating at first. That’s completely normal. Every programmer starts exactly the same way. The good news is that programs don’t begin with complicated systems or large projects. They begin with very small instructions . One line at a time. Programming is simply the process of telling a computer what to do, step by step . In this chapter, we’ll start doing exactly that. What Is a Program? Although we already discussed this in Chapter 4 , it’s helpful to quickly revisit the idea before we continue. A program is simply a list of instructions that a computer follows
Continue reading on Dev.to
Opens in a new tab



