GameConfig constructor
GameConfig({})
Implementation
GameConfig({
required this.width,
required this.height,
required this.speed,
required this.isPaused,
required this.direction,
required this.isAutoSpeedGameMode,
});