Skip to content
This repository was archived by the owner on Jul 3, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (10 loc) · 461 Bytes

File metadata and controls

11 lines (10 loc) · 461 Bytes

JavaTetris

Hello, this is a tetris game i made as a tiny project to learn Java, using most of what Java can offer.

This was made using Java 8 and a graphical library which you can find here

This project uses:

  • Custom exception handling.
  • Junit tests.
  • Factories.
  • Dependencies and library usage.
  • Inheritance between classes, interfaces and abstract classes.
  • Reflections.