Falling tetromino text game.
  • C++ 97.6%
  • CMake 2.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Grzesiek11 10d6eca76d
Remove private command from doc comments
According to Doxygen docs, this is intended for private members.
2026-07-23 13:13:03 +02:00
src Remove private command from doc comments 2026-07-23 13:13:03 +02:00
.gitignore Initial commit 2026-03-24 05:01:43 +01:00
CMakeLists.txt Fix build with tests disabled 2026-07-22 03:09:08 +02:00
LICENSE Initial commit 2026-03-24 05:01:43 +01:00
README.md Update README 2026-03-31 13:09:18 +02:00

blockdrop

Falling tetromino text game.

Copyright © 2026 Grzesiek11

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.