coder114514/tetris
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Simple CLI tetris on windows os. Features: 1. normal tetris 2. hatetris To compile: g++ tetris.cpp -o tetris.exe g++ hatetris.cpp -o hatetris.exe then run it in command line to launch it.