Skip to content

EricJDeng/Tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tetris (C++ / SDL2)

Tetris clone focused on game logic with SDL2 rendering.

Built in C++

Controls

  1. Left / Right: move
  2. Down: soft drop
  3. Z or Up: rotate
  4. Space or X: hard drop
  5. R: reset
  6. Esc: quit

macOS Build (Homebrew + CMake)

  1. Install SDL2:
brew install sdl2
  1. Build:
cmake -S . -B build
cmake --build build
  1. Run:
./build/tetris

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published