- LibGDX Game Development By Example
- James Cook
- 113字
- 2021-07-16 20:35:55
Chapter 2. Let's Get These Snakes Out of This Book!
In this chapter, we will start making our first game with the LibGDX framework. We will make a little journey back to one of the very first popular mobile games, Snake. We will start out by looking at LibGDX's update cycle and how textures are handled. Then, we will dive into the world of game making by creating our Snake game!
The following will be covered in this chapter:
- Why Snake?
- The game update cycle
- Introducing the snake
- Making the snake move
- Controlling the snake
- Introducing the collision detection mechanism
- Increasing the length of the snake once the apple is eaten
推薦閱讀
- Beginning Java Data Structures and Algorithms
- 垃圾回收的算法與實現
- PHP 從入門到項目實踐(超值版)
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- Raspberry Pi Networking Cookbook(Second Edition)
- 大模型RAG實戰:RAG原理、應用與系統構建
- C#程序設計(項目教學版)
- CRYENGINE Game Development Blueprints
- Managing Microsoft Hybrid Clouds
- Julia數據科學應用
- 計算機應用基礎(第二版)
- Web開發的平民英雄:PHP+MySQL
- 實戰Python網絡爬蟲
- Hands-On Dependency Injection in Go
- RESTful Web API Design with Node.js(Second Edition)