- Haxe Game Development Essentials
- Jeremy McCurdy
- 104字
- 2021-07-30 10:29:51
Chapter 2. Building a New Game
In this chapter, we're going to start building our game. We'll start by exploring some of the fundamental Haxe syntaxes that we'll be using. After this, we'll make a new HaxeFlixel project, make a few changes, and work on getting some simple gameplay in place that will serve as the base to build on.
Here's a rundown of the sections in this chapter:
- The Haxe syntax
- Setting up a new HaxeFlixel project
- Adding the background and basic UI
- Making enemies
- Instantiating enemies and adding interaction
- Creating the end screen
- Restarting the level
- Implementing the game timer
推薦閱讀
- 黑客攻防從入門到精通(實戰秘笈版)
- UI圖標創意設計
- Android開發精要
- Boost C++ Application Development Cookbook(Second Edition)
- vSphere High Performance Cookbook
- Python爬蟲開發:從入門到實戰(微課版)
- 深入理解Django:框架內幕與實現原理
- INSTANT FreeMarker Starter
- Deep Learning with R Cookbook
- JSP程序設計與案例實戰(慕課版)
- UX Design for Mobile
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- Instant Apache Camel Messaging System
- Java語言程序設計實用教程(第2版)
- Design Patterns and Best Practices in Java