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
- Host: GitHub
- URL: https://github.com/cobyj33/java-tetris
- Owner: cobyj33
- Created: 2022-01-22T06:08:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T22:01:07.000Z (over 3 years ago)
- Last Synced: 2025-03-06T17:34:02.710Z (over 1 year ago)
- Topics: beginner, game, java, swing, swing-gui, tetris
- Language: Java
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.