- LibGDX Game Development By Example
- James Cook
- 355字
- 2021-07-16 20:35:52
What this book covers
Chapter 1, Getting to Know LibGDX, introduces us to LibGDX and helps us to set up our development environment to get ready to create our first ever LibGDX project.
Chapter 2, Let's Get These Snakes Out of This Book!, covers creating our first game using LibGDX—Snake! This also covers the game cycle and how to handle input through LibGDX.
Chapter 3, Making That Snake Slick, covers creating game states, continuing with our Snake game from the previous chapter. This also covers an introduction to the techniques used to help with development and talks about handling different screen sizes and resolutions.
Chapter 4, What the Flap Is the Hype About?, explains how to create our second game, Flappy Bee, our own interpretation of a famous mobile game. Here, we are introduced to handling animations and using LibGDX's Scene2D to create a GUI menu.
Chapter 5, Making Your Bird More Flightworthy, explores our Flappy Bee game a little further, where we look at handling assets in LibGDX as well as using one of the tools—Heiro—for converting fonts.
Chapter 6, Onto the Next Platform...Game, introduces you to our next game, where we create a simple platform game—Pete the Squirrel! Here, we cover the use of a tile mapping tool—Tiled—and discuss how LibGDX integrates with it.
Chapter 7, Extending the Platform, discusses handling the LibGDX camera to create scrolling levels and introduces playing sounds.
Chapter 8, Why Are All the Birds Angry?, covers our final game in this book. We look at creating our own version of Angry Birds, where we look at how LibGDX and Box2D work together to create an awesome game.
Chapter 9, Even Angrier Birds!, closes our final game by looking at object pooling in LibGDX and showing how it can be used to help with performance and memory management.
Chapter 10, Exporting Our Games to the Platforms, introduces you to how we can use LibGDX to export our awesome games to Android, iOS, and HTML5.
Chapter 11, Third-party Services, covers integrating a platform-specific service into a LibGDX game.
- Mastering AWS Lambda
- Manga Studio Ex 5 Cookbook
- Responsive Web Design with HTML5 and CSS3
- MATLAB 2020 從入門到精通
- Java Web程序設計
- 用Python實現深度學習框架
- Learning Unity 2D Game Development by Example
- Android系統原理及開發要點詳解
- Julia高性能科學計算(第2版)
- Spring核心技術和案例實戰
- INSTANT Silverlight 5 Animation
- R語言數據可視化:科技圖表繪制
- 30天學通C#項目案例開發
- Java程序設計教程
- 超簡單:用Python讓Excel飛起來(實戰150例)