- Learning AndEngine
- Martin Varga
- 246字
- 2021-04-02 10:01:59
Preface
Android has become the number one platform for mobile phones and tablets, and its popularity is still rising. Mobile game markets have become a great place for both professionals and indie game developers to present their games.
AndEngine was created by Nicolas Gramlich to ease the development of 2D games for Android devices. Since the beginning, AndEngine helped to create many successful games such as Traktor Digger, Construction City, and Bad Roads.
AndEngine is a full-featured open source engine. Its advantage is its simplicity. It is complete and makes creating any 2D game possible, and yet it is still easy to use. Moreover, AndEngine lets programmers use any part of the underlying Android SDK with no limitations.
Learning AndEngine is meant to teach the basics of AndEngine. It's a step-by-step guide to creating a simple game. Through the tutorial, all the basic features of AndEngine are presented in a concise way, making it easy to follow. The book starts with the installation of the required software, making a blueprint of the game, and follows with gradually adding features to the game as the readers learn them. Finally, a game is polished and released for a beta test in the most popular Android application store, the Google Play store.
The AndEngine source code exists in three versions. This book deals with the latest and most commonly used branch called the GLES2—AnchorCenter branch. It uses a newer graphics library, and it is stable and complete.
- C語言程序設(shè)計(jì)實(shí)踐教程(第2版)
- 程序員面試筆試寶典(第3版)
- DevOps with Kubernetes
- Kubernetes實(shí)戰(zhàn)
- Python機(jī)器學(xué)習(xí):數(shù)據(jù)分析與評(píng)分卡建模(微課版)
- Vue.js快速入門與深入實(shí)戰(zhàn)
- TypeScript實(shí)戰(zhàn)指南
- 自然語言處理Python進(jìn)階
- Java Web程序設(shè)計(jì)任務(wù)教程
- HTML5 APP開發(fā)從入門到精通(微課精編版)
- Clojure for Java Developers
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Practical GIS
- Magento 2 Developer's Guide
- Selenium Essentials