An open API service indexing awesome lists of open source software.

https://github.com/cobyj33/java-tetris

Working game of Tetris in Java SWING and AWT
https://github.com/cobyj33/java-tetris

beginner game java swing swing-gui tetris

Last synced: 19 days ago
JSON representation

Working game of Tetris in Java SWING and AWT

Awesome Lists containing this project

README

          

# Java-Tetris
Working game of Tetris in Java SWING and AWT

This project also gave me a core programming horror of not understanding references vs values, and wondering why 2 variables were changing with each other even though they were declared differently. Horror.