Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 292 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 292 Bytes

Tetris

  • Learning Java by making Tetris
  • Geting familiar with object-oriented programming
  • All pieces and tetris board are drawn using Java library

Game control

  • All pieces are generated and controlled using Java's Thread
  • Game board and pieces are drawn using Java's JPanel, JFrame