13 #include "../Common/common.h" Describes the Ball entity of the game.
std::mt19937 * getRandomEngine()
Point getCoords()
Get the ball coords without giving the direct access.
bool init(Point dim)
Initialization.
std::mt19937 randomEngine
std::uniform_int_distribution< int > distributionX
bool setCoords(Point p)
Sets coordinates of the ball to given if they are correct.
std::uniform_int_distribution< int > distributionY
Coordinates and style of the cell in console window.