[Minecraft Games] Conventions

You’ll notice that there are special boxes throughout this book, to guide and support you. Here is what they look like:













You will also find two sets of sidebars in the book. Challenge sidebars give you extra
tasks you can accept if you want to take the project a bit further, perhaps by making
changes or adding new features. Digging into the Code sidebars explain in a bit more
detail some concept or feature of the program, to give you a better understanding of

the programming language Python. These sidebars mean you can focus on getting the programs working first, and then read in more detail about how they work and ways you can extend them further once they are working.
When you are following our steps or instructions using code, you should type the code in exactly as we have described it in the instructions. Python is a language where the amount of space at the start of the line (the indent) is important to the meaning of the program, so take extra special care to make sure you put enough spaces at the left of each line. We have coloured the code listing boxes for you so that it makes it easier to see how much each line needs to be indented. Don’t worry too much about it—we explain indenting in the early adventures when you first need to use it. Sometimes you need to type a very long line of code, longer than will fit on a single line in this book. If you see ↩ at the end of a line of code, it means that line and the following line are part of a single line of code, so you should type them as one line, not separate lines. For example, the following code should be typed on one line, not two:





Most adventures include a Quick Reference Table at the end to sum up the main programming
statements or concepts. You can refer to these guides when you need a
refresher. There is also a reference section in Appendix B, which shows you the most
important programming statements for Minecraft and Python. We hope you will find
this handy to refer to as you progress through your adventures.
Whenever you complete an adventure, you unlock an achievement and collect a new
badge. You can collect the badges to represent these achievements from the Adventures
in Minecraft companion website (www.wiley.com/go/adventuresinminecraft).




Like This Post? Please share!

  • Share to Facebook
  • Share to Twitter
  • Share to Google+
  • Share to Stumble Upon
  • Share to Evernote
  • Share to Blogger
  • Share to Email
  • Share to Yahoo Messenger
  • More...
Scroll to top