- Android Game Programming by Example
- John Horton
- 141字
- 2021-07-16 13:50:01
Chapter 2. Tappy Defender – First Step
Welcome to the first game, which we will learn about in three chapters. In this chapter, we will closely examine the goals for the finished product. It helps a lot when building a game, if we know exactly what we are trying to achieve.
We can then look at the structure of our code, including an approximate design pattern that we will be adhering to. Then, we will put together the code skeleton of our first game engine. Finally, to finish the chapter, we will draw our first real object from the game and animate it on the screen.
We will then be ready for Chapter 3, Tappy Defender – Taking Flight, where we can make really fast progress before completing our first game in Chapter 4, Tappy Defender – Going Home.
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- Python程序設計教程(第2版)
- PHP+MySQL網站開發技術項目式教程(第2版)
- PHP 編程從入門到實踐
- Implementing Cisco Networking Solutions
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Hands-On Full Stack Development with Go
- Machine Learning in Java
- Getting Started with React Native
- C++20高級編程
- 軟件測試教程
- Learning AWS
- Flowable流程引擎實戰
- Learning Docker Networking
- RocketMQ實戰與原理解析