You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 lines
283 B

#include "Snack.h"
void generateSnack(Point* snack){
// TODO: implement me
// should set a random position for the point, update its character/image and display the point
// x should be between (0, GAME_RIGHT_WALL_X)
// y should be between (0, GAME_BOTTOM_WALL_Y)
}