- Mastering LibGDX Game Development
- Patrick Hoey
- 170字
- 2021-07-30 10:28:48
Chapter 1. As the Prophecy Foretold, a Hero is Born
Our journey begins with you, our hero, adventuring into the unknown in the hopes of starting and then finishing a role-playing game. We will discuss the history of role-playing games, the game features that we will develop throughout the book, and some considerations when evaluating the tools to help you develop your game. We will learn a brief history of game architecture, and how it relates to and differs from the architecture of LibGDX. Finally, we will look at the LibGDX project structure and run the default application so that we hit the ground running in the next chapter.
We will cover the following topics in this chapter:
- Understanding the fundamentals of role-playing games
- Technologies used when developing a role-playing game
- Understanding the basics of a game architecture
- Understanding the high-level component layout of LibGDX
- Understanding the application lifecycle of LibGDX
- Setting up your development environment
- Understanding the build environment and project structure
- Running the default demo project
推薦閱讀
- UML和模式應用(原書第3版)
- 數據結構和算法基礎(Java語言實現)
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- MySQL程序員面試筆試寶典
- Java Web從入門到精通(第3版)
- Spring技術內幕:深入解析Spring架構與設計原理(第2版)
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- Python 3快速入門與實戰
- Clojure Data Structures and Algorithms Cookbook
- Building Apple Watch Projects
- Leaflet.js Essentials
- Spring MVC Blueprints
- MATLAB從入門到精通
- Ionic Framework By Example
- Python編程零基礎入門