updates
This commit is contained in:
@ -20,7 +20,7 @@ This document lists recommended code, architecture, tooling, and runtime upgrade
|
|||||||
- [x] Replace ad-hoc printf with SDL_Log or injected Logger service
|
- [x] Replace ad-hoc printf with SDL_Log or injected Logger service
|
||||||
- Note: majority of printf/fprintf debug prints were replaced with `SDL_Log*` calls; a quick grep audit is recommended to find any remaining ad-hoc prints.
|
- Note: majority of printf/fprintf debug prints were replaced with `SDL_Log*` calls; a quick grep audit is recommended to find any remaining ad-hoc prints.
|
||||||
- [x] Add unit tests (gravity conversion, level progression, line clear behavior)
|
- [x] Add unit tests (gravity conversion, level progression, line clear behavior)
|
||||||
- Note: a small test runner (`tests/GravityTests.cpp`) and the `tetris_tests` CMake target were added and run locally; gravity tests pass (see build-msvc test run). Converting to broader Catch2 suites is optional.
|
- Note: a small test runner (`tests/GravityTests.cpp`) and the `spacetris_tests` CMake target were added and run locally; gravity tests pass (see build-msvc test run). Converting to broader Catch2 suites is optional.
|
||||||
- [ ] Add CI (build + tests) and code style checks
|
- [ ] Add CI (build + tests) and code style checks
|
||||||
- [ ] Improve input hit-testing for level popup and scalable UI
|
- [ ] Improve input hit-testing for level popup and scalable UI
|
||||||
- [ ] Add defensive guards (clamps, null checks) and const-correctness
|
- [ ] Add defensive guards (clamps, null checks) and const-correctness
|
||||||
|
|||||||
Reference in New Issue
Block a user