5 Key Principles for QA Testing in Games
Quality assurance (QA) testing is crucial in the development of games to ensure that they meet the desired quality standards and provide...

khimleesi
Apr 3, 20237 min read
Singleton Design Pattern: Meyers Method
The Singleton design pattern is a creational design pattern that ensures that only one instance of a class can be created throughout the...

khimleesi
Mar 31, 20234 min read
State Design Pattern: Pushdown Automata FSM
The state design pattern is a behavioural pattern that allows objects to change their behaviour based on internal state changes. It...

khimleesi
Mar 1, 20232 min read