Skip to content

achowd53/TetrisClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TetrisClone

About

A clone of the game Tetris created in Java using JFrame, JPanel, and JButton for the GUI.

Demo

How To Run

Run the following commands:

  1. First Compile All of the Files
    cd src
    javac tetrisFrame.java
    javac tetrisPiece.java
    javac tetrisGame.java
  2. Run Main File to Launch
    java tetrisGame

About

A clone of the game Tetris created in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages