You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Three files for a simple classical Tetris game,
main.cpp contains a sample implementation for win32 console, you can extend it to linux console or graphics environment (SDL/SFML), without
having to write core game codes.
About
C++20 cross platform classical Tetris game implementation.