- Mastering Unity 2017 Game Development with C#(Second Edition)
- Alan Thorn
- 295字
- 2021-07-02 15:38:27
Intended audience

The intended audience is like a personality profile. It defines, in short, who you're making the game for. Using some stereotyping, it specifies who is supposed to play your game: casual gamers, action gamers, or hardcore gamers; children or adults; English speakers or non-English speakers; or someone else. This decision is important especially for establishing the suitability of the game content and characters and difficulty of gameplay. Suitability is not just a matter of hiding nudity, violence, and profanity from younger gamers. It's about engaging your audience with relevant content--issues and stories, ideas that are resonant with them--and encouraging them to keep playing. Similarly, the difficulty is not simply about making games easier for younger gamers. It's about balancing rewards and punishments and timings to match audience expectations, whatever their age.
As with target platform, you should have a target audience in mind when designing your game. This matters especially for keeping focused when including new ideas in your game. Coming up with fun ideas is great, but will they actually work for your audience in this case? If your target audience lacks sufficient focus, then some problems, such as the following, will emerge:
- Your game will feel conceptually messy (a jumble of disconnected ideas)
- You'll struggle to answer how your game is fun or interesting
- You'll keep making big and important changes to the design during its development
For these reasons, and more, narrow your target audience as precisely as possible, as early as possible.
For Dead Keys, the target audience will be over 15 years of age and Shoot 'Em Up fans who also enjoy quirky gameplay that deviates from the mainstream. A secondary audience may include casual gamers who enjoy time-critical word games.
- 新編Visual Basic程序設計上機實驗教程
- 深入理解Bootstrap
- 摩登創客:與智能手機和平板電腦共舞
- jQuery EasyUI網站開發實戰
- 單片機應用技術
- Java性能權威指南(第2版)
- HTML5從入門到精通(第4版)
- SQL Server 2016 從入門到實戰(視頻教學版)
- Visual Basic 程序設計實踐教程
- Clojure Data Structures and Algorithms Cookbook
- Enterprise Application Architecture with .NET Core
- Getting Started with RethinkDB
- 打造流暢的Android App
- Mastering Vim
- Python深度學習:基于PyTorch