tetris-sdl-c icon indicating copy to clipboard operation
tetris-sdl-c copied to clipboard

🕹️ A toy project implementing a simple tetris clone in C for learning SDL 2.x.

Results 4 tetris-sdl-c issues
Sort by recently updated
recently updated
newest added

tetris-sdl-c/src/init.h:6:` multiple definition of `window'; init.o:/tetris-sdl-c/src/init.h:6: first defined here tetris-sdl-c/src/init.h:7: multiple definition of `render'; init.o:/tetris-sdl-c/src/init.h:7: first defined here tetris-sdl-c/src/input.h:4: multiple definition of `TETROMINO_ACTION'; input.o:/tetris-sdl-c/src/input.h:4: first defined here collect2: error: ld...

I followed the instructions but when I go to run Tetris-toy it instantly closes, here is what terminal said: `Last login: Sat May 22 10:45:04 on ttys000 /Users/dylanevans/Downloads/tetris-sdl-c-master/tetris_toy ; exit;...

is possible to port to haiku?

Some code smells: - variable naming and init placement - method naming - global var clean up