3.1 Using Logical operators in game design

View

With logical operators, you can combine two or more relational operators to produce a single true/false result. Relational operators compare the relationship between two values or variables (great, less than, equal) and decide if it is true or false. They are joined by logical operators. Using these blocks allows you to further refine your comparison of values.

There are 3 logical operators:


Last modified: Wednesday, 31 March 2021, 3:58 PM