舉報

會員
Android Game Programming by Example
最新章節:
Index
ThebookisbestsuitedforexistingAndroidorJavaprogrammerswhowanttoadapttheirskillstomakeexcitingAndroidgames.ThebookisalsofordeterminedreaderswhomighthavenoAndroid,gameprogrammingorevenJavaexperience,butareasonableunderstandingofobjectorientedprogrammingknowledgeisassumed.
目錄(78章)
倒序
- 封面
- 版權信息
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Preface
- Chapter 1. Player 1 UP
- A closer look at the games
- Setting up your development environment
- Summary
- Chapter 2. Tappy Defender – First Step
- Planning the first game
- Building the home screen
- Coding the game loop
- The PlayerShip object
- Drawing the scene
- Deploying the game
- Summary
- Chapter 3. Tappy Defender – Taking Flight
- Controlling the spaceship
- Building the enemies
- The thrill of flight – scrolling the background
- Things that go bump – collision detection
- Summary
- Chapter 4. Tappy Defender – Going Home
- Displaying a HUD
- Implementing the rules
- Ending the game
- Adding sound FX
- Adding persistence
- Iteration
- The finished game
- Summary
- Chapter 5. Platformer – Upgrading the Game Engine
- The game
- Upgrading the game engine
- Summary
- Chapter 6. Platformer – Bob Beeps and Bumps
- The SoundManager class
- Introducing Bob
- Multiphase collision detection
- Player input
- Animating Bob
- Summary
- Chapter 7. Platformer – Guns Life Money and the Enemy
- Ready aim fire
- Summary
- Chapter 8. Platformer – Putting It All Together
- Bullet collision detection
- Adding some fire tiles
- Eye candy
- Summary
- Chapter 9. Asteroids at 60 FPS with OpenGL ES 2
- Asteroids simulator
- Introducing OpenGL ES 2
- Preparing OpenGL ES 2
- Building an OpenGL-friendly GameObject super class
- The spaceship
- Drawing at 60 + FPS
- Summary
- Chapter 10. Move and Draw with OpenGL ES 2
- Drawing a static game border
- Twinkling stars
- Bringing the spaceship to life
- Rapid fire bullets
- Reusing existing classes
- Drawing and moving the asteroids
- Scores and the HUD
- Summary
- Chapter 11. Things That Go Bump – Part II
- Planning for collision detection
- Performing the checks
- Precise collision detection with the border
- Precise collision detection with an asteroid
- Finishing touches
- Summary
- Index 更新時間:2021-07-16 13:50:15
推薦閱讀
- Redis入門指南(第3版)
- 自制編譯器
- Python從菜鳥到高手(第2版)
- 華為HMS生態與應用開發實戰
- R語言游戲數據分析與挖掘
- 深入理解Java7:核心技術與最佳實踐
- Banana Pi Cookbook
- C語言程序設計
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- Python算法詳解
- SQL Server 2008 R2數據庫技術及應用(第3版)
- Clean Code in C#
- Angular Design Patterns
- JavaScript悟道
- Python面試通關寶典
- Hands-On ROS for Robotics Programming
- Expert Cube Development with SSAS Multidimensional Models
- Learning C# by Developing Games with Unity 3D Beginner's Guide
- iOS應用逆向工程:分析與實戰
- Visual C++.NET(2008)典型案例
- 看漫畫學Python:有趣、有料、好玩、好用(全彩版)
- QlikView for Finance
- Spring Boot開發實戰
- Node Cookbook
- Full Stack Web Development with Raspberry Pi 3
- Python編程輕松進階
- 自學區塊鏈:原理、技術及應用
- 餐飲管理與經營全案:互聯網思維創新餐飲管理和運營模式
- GameMaker Cookbook
- Practical Game AI Programming