changed files to change name of project in codeblocks

This commit is contained in:
Seth Samuel 2024-10-15 15:20:58 +13:00
parent c56b8f8d19
commit 0796688df7
8 changed files with 16 additions and 24 deletions

6
main.c
View file

@ -5,11 +5,11 @@
#include<unistd.h>
#include<stdbool.h>
#define SCREEN_WIDTH 11
#define SCREEN_HEIGHT 20
#define SCREEN_HEIGHT 10
#define PADDLE_SIZE 1
#define SLEEP_TIME_MS 100 * 1000
#define PADDLE_HEIGHT SCREEN_HEIGHT-4
#define Y_BLOCK_LAYERS 10
#define PADDLE_HEIGHT SCREEN_HEIGHT-1
#define Y_BLOCK_LAYERS 4
#define X_BLOCK_LAYERS SCREEN_WIDTH
uint8_t screen[SCREEN_WIDTH][SCREEN_HEIGHT];