- 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
推薦閱讀
- Visual Basic 6.0程序設(shè)計(jì)計(jì)算機(jī)組裝與維修
- oreilly精品圖書:軟件開發(fā)者路線圖叢書(共8冊)
- Hands-On Microservices with Kotlin
- Reactive Android Programming
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- Python硬件編程實(shí)戰(zhàn)
- Python網(wǎng)絡(luò)爬蟲實(shí)例教程(視頻講解版)
- 精通Spring:Java Web開發(fā)與Spring Boot高級功能
- 征服C指針(第2版)
- 網(wǎng)頁設(shè)計(jì)與制作
- Puppet 5 Beginner's Guide(Third Edition)
- Android開發(fā)進(jìn)階實(shí)戰(zhàn):拓展與提升
- ASP.NET jQuery Cookbook(Second Edition)
- Build Your Own PaaS with Docker
- Slick2D Game Development