Written with Raylib.
# Installation:
$ brew install odin
# Build and run with:
$ odin run .
# Or build an executable with:
$ odin build .
$ ./tetrisFirst time exploring Odin and it's been an extremely enjoyable experience.
Rules and features based from the tetris wiki.
Controls:
- Left/right arrows or mouse for left/right piece movement.
- Down arrow for soft drop, Spacebar for hard drop.
- Up arrow (or X) to rotate right, Z to rotate left.
- C to hold the current piece or swap it with the held piece.
-to zoom out,=to zoom in.- Esc to view and modify the game and display configuration.

