#define VERSION "0.1" // screen size #define XSIZE 640 #define YSIZE 480 // number of rock image files. #define NROCKS 6 // image file containing font for score stuff. #define BIG_FONT_FILE "fonts/score.png" #define MAXROCKS 120 // MAX Rocks #define MAXROCKHEIGHT 100 #define ROCKRATE 2 #define MAXBLACKPOINTS 500 #define MAXENGINEDOTS 5000 #define MAXBANGDOTS 50000 #define MAXSPACEDOTS 2000 #define W 100 #define M 255 #define START_RAD 300 // radius^2 (pixels) which will be cleared of rocks when you die