I tried to create Tetris using C++ and Raylib.
100% code written by me. No AI Code-Completion/Generation is used while making this project.
- Press A or Arrow Left to move left.
- Press S to Arrow Down move down.
- Press D to Arrow Right move right.
- Press Space to insta-place.
- Press Q to rotate counter-clockwise.
- Press E to rotate clockwise.
Build docker image
git clone <this repo>
docker build -t tetris . -f web.Dockerfile
docker run --rm -p 8080:80 tetriscmake --preset default cmake --build out/build/default ctest --test-dir out/build/default
- Multi Color (Optional)
- Sounds
- Add Game Over
