Chapter 7. Creating a Level Editor
When developing a game, you may have already noticed that you will repeat certain tasks and operations over and over. This process can get slightly boring, and we don't like to do boring stuff. Making the game should be as much fun as playing. That's why this project deals with using the computer to automate repetitive tasks. We will make preparations and write scripts in such a way that the computer can easily repeat them and still create surprising results.