- GameMaker Essentials
- Nathan Auckett
- 304字
- 2021-07-23 19:57:37
What this book covers
Chapter 1, Introducing GameMaker, introduces GameMaker: Studio by telling us exactly what it is and the basic idea behind it. The chapter also looks into some of GameMaker's history as well as showing how to install it onto your computer.
Chapter 2, Getting Started, walks you through the GameMaker: Studio interface, teaching you what each button does and introducing you to some of the core aspects of the interface.
Chapter 3, Resource Management, teaches you how to manage resources. In this chapter, you will learn what each resource is and also the best practices in organizing resources.
Chapter 4, Objects, introduces you to one of the core resources in GameMaker, objects. You will learn about the object interface and also how they function.
Chapter 5, The GameMaker Language, teaches you how to program using GameMaker's very own programming language. By the end of this chapter, you will be ready to program your own game.
Chapter 6, Sprites, takes a detailed look at the sprite resource in GameMaker. You will learn how to create sprites, edit sprites, the good sizing techniques, and finally, how to change the way sprites act through programming.
Chapter 7, Making a Game, walks you through the process of making your very own game using GameMaker Language (GML). You will learn more about rooms, objects, programming, and common practices in this chapter.
Chapter 8, Debugging, teaches you about debugging in GameMaker. You will learn how to read an error report, how to draw information to the screen, how to enable simple toggles, and finally, how to use the GameMaker debugger.
Chapter 9, Game Settings and Exporting, covers the settings available for each game in GameMaker. You will also learn how to implement ads, analytics, how to export your game, and also how to publish your final game.
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- 深入淺出Electron:原理、工程與實踐
- FreeSWITCH 1.6 Cookbook
- GitLab Repository Management
- Clean Code in C#
- Clojure for Java Developers
- C++從入門到精通(第6版)
- 從零開始:C語言快速入門教程
- 高效使用Greenplum:入門、進階與數據中臺
- Mastering ASP.NET Core 2.0
- jQuery Mobile Web Development Essentials(Second Edition)
- Sitecore Cookbook for Developers
- SCRATCH編程課:我的游戲我做主
- Android開發進階實戰:拓展與提升
- FORTRAN程序設計權威指南