Skip to Content
Introduction to Game Systems Design
book

Introduction to Game Systems Design

by Dax Gazaway
August 2021
Beginner
384 pages
10h 58m
English
Addison-Wesley Professional
Content preview from Introduction to Game Systems Design

Chapter 6

Spreadsheet Functions

Spreadsheets can calculate more than simple formulas; they can use functions, which are prewritten bits of code, each of which does a specific task. End users, including game system designers, use functions to quickly perform complex tasks without needing to know exactly what the underlying code does. Every function has a function name and parameters. The function is what should happen, and the parameters accept bits of data called arguments and tell the function what data to use as it performs the function.

Grouping Arguments

Computer programs do not know English intuitively as humans do, so you must write functions and input data in a format that the computer can understand without any ambiguity.

For example, ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Introduction to Game Design, Prototyping, and Development

Introduction to Game Design, Prototyping, and Development

Jeremy Gibson Bond

Publisher Resources

ISBN: 9780137440702