snake-pp/include/difficulty.h
jonny_jr9 c94f205e47 Add support for difficulty-level 1-3 (food placement)
New file for all difficulty related parameters
Food placement parameters depend on difficulty
2023-12-17 12:44:06 +01:00

12 lines
423 B
C

#pragma once
#include "config.h"
//----------------------------------------------------------------
// All functions/options regarding/affecting the difficulty level
// -> collected in one file for easy adjustment
//----------------------------------------------------------------
// set parameters for food placement by current difficulty level
void difficulty_getFoodPlacementParam(float * minDist, float * maxDist);