- Building an RPG with Unreal
- Steve Santello Alan R. Stagner
- 239字
- 2021-07-23 14:35:38
Describing the game's features and mechanics
So, assuming you have a very rough concept for the game and are now at the design phase, how do you actually describe how the game works?
There are really no rules for how to do this, but you can divide your theoretical game into the important core bits and think about how each one will work, what the rules are, and so on. The more information and the more specific, the better it is. If something is vague, you'll want to expand on it.
For instance, let's take combat in our hypothetical turn-based RPG.
Combatants take turns selecting actions until one team of combatants is dead.
What order do combatants fight in? How many teams are there?
Combatants are divided into two teams: the player team and the enemy team. Combatants are ordered by all players and followed by all enemies. They take turns in order to select actions until one team of combatants is dead (either the enemy team or the player team).
What sort of actions can combatants select?
Combatants are divided into two teams: the player team and the enemy team. Combatants are ordered by all players and followed by all enemies. Combatants take turns in order to select actions (either attacking a target, casting an ability, or consuming an item) until one team of combatants is dead (either the enemy team or the player team).
And so on.
- Mastering ServiceStack
- Apache Spark 2.x Machine Learning Cookbook
- Visual Basic程序設計教程
- Learn Scala Programming
- MariaDB High Performance
- QTP自動化測試進階
- Java程序設計:原理與范例
- Learning Continuous Integration with TeamCity
- C#程序設計(項目教學版)
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- C編程技巧:117個問題解決方案示例
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- Mastering SciPy
- 小學生C++趣味編程從入門到精通
- 少年小魚的魔法之旅:神奇的Python