Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.
/ java-tetris Public archive

Tetris, made with Java.

License

Notifications You must be signed in to change notification settings

Frenzoid/java-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.