Skip to content

Teb0so/tetris2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris 2

Tetris 2 is my own take in making a Tetris clone inspired by the original Alexey Pajitnov game.

This game aims to bring a series of features that I like from other tetris games, and not bring some features that I don't like.

Note that this is just one of my early learning projects, and its not meant to be an example of how to do things

Dependencies

  • libncurses-dev
  • gcc

Quick Start

Build the game

$ make

Run the game

$ ./tetris2

Controls

  • q - Quit
  • n - Toggle preview
  • j/k - Rotate
  • a/d - Move left/right
  • s - Soft drop
  • Space - Hard drop
  • p - Toggle pause

References

Todo

  • Add a top-score board

About

Tetris clone that runs on the terminal written in c

Topics

Resources

License

Stars

Watchers

Forks

Contributors