diff --git a/bin/Debug/cTest b/bin/Debug/cTest index 8304fd2..1d54a44 100755 Binary files a/bin/Debug/cTest and b/bin/Debug/cTest differ diff --git a/cTest.layout b/cTest.layout index 14ed64e..580f69e 100644 --- a/cTest.layout +++ b/cTest.layout @@ -4,7 +4,7 @@ - + diff --git a/main.c b/main.c index d86f35b..5072448 100644 --- a/main.c +++ b/main.c @@ -55,7 +55,7 @@ int main() { //struct ballStruct ball; time_t UNIXTIME = time(NULL); srand(UNIXTIME); //seed random number with time at run time - int noXBlocks = SCREEN_WIDTH /2; + int noXBlocks = SCREEN_WIDTH; Block_t blockArr[noXBlocks][Y_BLOCK_LAYERS]; for (int x=0;x< noXBlocks;x++) { for (int y=0; y"); } else if(screen[x][y]==PIXEL_PADDLE) { printf("=="); + } else if(screen[x][y]==PIXEL_BLOCK){ + printf("[]"); } } printf("|\n"); diff --git a/obj/Debug/main.o b/obj/Debug/main.o index 4476c59..9bb4fdd 100644 Binary files a/obj/Debug/main.o and b/obj/Debug/main.o differ