https://github.com/daxanius/tetrizz
Tetrizz is a satirical clone of Tetris written in C++
https://github.com/daxanius/tetrizz
cpp educational satire tetris
Last synced: 12 months ago
JSON representation
Tetrizz is a satirical clone of Tetris written in C++
- Host: GitHub
- URL: https://github.com/daxanius/tetrizz
- Owner: Daxanius
- Created: 2023-12-05T14:14:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T20:59:08.000Z (over 1 year ago)
- Last Synced: 2025-07-04T01:31:56.287Z (about 1 year ago)
- Topics: cpp, educational, satire, tetris
- Language: C++
- Homepage:
- Size: 65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tetrizz
A satirical clone of Tetris written in C++. This project was written by 2 students learning C++. The repository has now been updated to be publicly available.
This project was made exclusively for Windows, given the engine (if you can even call it that) we got is not cross-platform.

## Building
To build the project, you will require Visual Studio along with its C++ development tools. You should be able to simply open the solution and build any of the configurations.
## About The Code
The C++ code is very basic and follows C++ 98 style, as we didn't explore modern C++ yet when we wrote the game. Please forgive the basic use of C++ and lack of proper optimization and structure.