- Unity 2020 By Example
- Robert Wells
- 105字
- 2021-06-11 17:57:20
Looking ahead – the completed project
Before we start work on the twin-stick shooter game, let's see what the completed project looks like and how it works. As shown in Figure 3.1, the game will contain one scene where the player controls a spaceship that can shoot oncoming enemies:

Figure 3.1 – The completed twin–stick shooter game
The directional keyboard arrows, and WASD, move the spaceship around the level, and it will always turn to face the mouse pointer. Clicking the left mouse button will fire ammo.
Now that we have an idea of what we're aiming for, we can start the project.
推薦閱讀
- 編程的修煉
- R語言游戲數(shù)據(jù)分析與挖掘
- 數(shù)據(jù)結(jié)構(gòu)習題精解(C語言實現(xiàn)+微課視頻)
- Visual Basic程序設計教程
- Interactive Applications Using Matplotlib
- Reactive Programming With Java 9
- Python:Master the Art of Design Patterns
- Java Fundamentals
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個建議
- 區(qū)塊鏈架構(gòu)之美:從比特幣、以太坊、超級賬本看區(qū)塊鏈架構(gòu)設計
- 貫通Tomcat開發(fā)
- 軟件測試技術
- 少兒編程輕松學(全2冊)
- Learning Puppet
- Flask Web開發(fā)實戰(zhàn):入門、進階與原理解析