Problem I am building out a MUD game engine and want my objects to communicate with each other. There is […]
Tag: mediator
Design Patterns in Swift: Mediator
Problem I’m solving the following problem using the Mediator design pattern in Swift: Assume we track the location of all […]
Simple event mediator
Problem I was trying to explain the mediator pattern to a new developer, and ended up writing a simple event […]
Communicating between GUI and controller class using Mediator pattern
Problem I am writing a program that allows a user to interact with MIDI-connected devices. Upon connecting a MIDI device, […]
Mediator pattern implementation for game messaging
Problem I am building out a MUD game engine and want my objects to communicate with each other. There is […]