- Building an RPG with Unreal
- Steve Santello Alan R. Stagner
- 379字
- 2021-07-23 14:35:37
Tools for game design
While you can always type everything in Notepad and keep track of design decisions that way, there are a variety of tools available that can help when working on the design document.
Of particular note is the Google suite of tools. These tools come free with a Google account and have many applications, but in this case, we'll take a look at applying them to game design.
Google Drive
Google Drive is a cloud-based file storage system like Dropbox. It comes free with a Google account and has up to 15 GB of space. Google Drive makes sharing files with others very easy, as long as they also have a Google account. You can also set up permissions, such as who is allowed to modify data (maybe you only want someone to read but not change your design document).
Google Docs
Integrated with Google Drive is Google Docs, which is a fully featured online word processing application. It includes many features such as live collaborative editing, comments, and a built-in chat sidebar.
The bulk of your design document can be written in Google Docs and shared with any potential collaborators easily.
Google Spreadsheets
Just as with Google Docs, Google Spreadsheets is also directly integrated with Google Drive. Google Spreadsheets provides an Excel-style interface that can be used to keep track of data in a handy row/column format. You can also enter equations and formulas into cells and calculate their values.
Spreadsheets might be used, for example, to keep track of a game's combat formulas and test them with a range of input values.
Additionally, you can use spreadsheets to keep track of lists of things. For example, you may have a spreadsheet for weapons in your game, including columns for name, type, damage, element, and so on.
Pencil and paper
Sometimes, nothing beats the trusty method of actually writing things down. If you have a quick idea popped up in your head, it's probably worth quickly jotting it down. Otherwise, you'll most likely forget what the idea was later (even if you think you won't—trust me, you probably will). It doesn't really matter whether you think the idea is worth writing down or not—you can always give it more thought later.
- Puppet 4 Essentials(Second Edition)
- Python編程自學(xué)手冊(cè)
- PWA入門與實(shí)踐
- Node.js 10實(shí)戰(zhàn)
- What's New in TensorFlow 2.0
- WordPress Plugin Development Cookbook(Second Edition)
- 全棧自動(dòng)化測(cè)試實(shí)戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- 精通MATLAB(第3版)
- 時(shí)空數(shù)據(jù)建模及其應(yīng)用
- Learning Node.js for .NET Developers
- C語言程序設(shè)計(jì)實(shí)踐
- Python預(yù)測(cè)之美:數(shù)據(jù)分析與算法實(shí)戰(zhàn)(雙色)
- Python GUI Programming Cookbook(Second Edition)
- Learning Behavior:driven Development with JavaScript
- WebGIS之Leaflet全面解析