This is the rendered collections of notes by me, Lex Toumbourou.
You can find the source on the GitHub project.
The notes are collecting using my interpretation of the Zettelkasten method.
More
You can find the source on the GitHub project.
The notes are collecting using my interpretation of the Zettelkasten method.
More
-
-
Object Prototypes
OOP in Lua via prototypal inheritance — objects delegate missing field lookups to a prototype table.
-
Lua Table-Access Metamethods
Metamethods for intercepting table reads and writes — the foundation of OOP in Lua.
-
Metatables
A table attached to another table to define its custom behaviour, via metamethods like __add and __index.
-
Player Dependance in Multiplayer Games
Strong multiplayer communities form when players genuinely need each other to succeed.
-
-
Interpersonal Circumplex
A two-axis diagram for visualising character relationships in a story.
-
Transmedia Worlds
A fictional world that can be entered through many different types of media.
-
Indirect Control
The art of guiding players through your experience, while still making them feel in control.
-