Media Summary: A shorter one, we set up full line detection and a method for shifting the rest of the grid down when we need to remove lines. With a generic piece rotation algorithm at hand, it'll be easier to implement rotating Note: In this video I incorrectly set up the grid to be conventional [x,y] coordinates when I wanted it to be [y,x] coordinates. This is ...

Java Console Tetris Demo - Detailed Analysis & Overview

A shorter one, we set up full line detection and a method for shifting the rest of the grid down when we need to remove lines. With a generic piece rotation algorithm at hand, it'll be easier to implement rotating Note: In this video I incorrectly set up the grid to be conventional [x,y] coordinates when I wanted it to be [y,x] coordinates. This is ... You can find a copy of this on GitHub at:

Photo Gallery

Java Console Tetris Demo
Java Tetris Tutorial 2 - Making a Menu Bar
How to Code Tetris in Java
Java Tetris Tutorial 9 - Full Line Detection
Tetris Demo (Created in Java)
TDD Tetris in Java #3: Rotating Tetrominoes
Java Tetris Tutorial 10 - Shape Data
TDD Tetris in Java #1: Falling Blocks
Java Tetris Tutorial 8 - TetrisGrid class
Java Tetris Tutorial 4 - Adding the Config Menu
Tetris Java Demo
Tetris Demo - Java
View Detailed Profile
Java Console Tetris Demo

Java Console Tetris Demo

Java Console Tetris Demo

Java Tetris Tutorial 2 - Making a Menu Bar

Java Tetris Tutorial 2 - Making a Menu Bar

Tutorial

How to Code Tetris in Java

How to Code Tetris in Java

Coded

Java Tetris Tutorial 9 - Full Line Detection

Java Tetris Tutorial 9 - Full Line Detection

A shorter one, we set up full line detection and a method for shifting the rest of the grid down when we need to remove lines.

Tetris Demo (Created in Java)

Tetris Demo (Created in Java)

A

TDD Tetris in Java #3: Rotating Tetrominoes

TDD Tetris in Java #3: Rotating Tetrominoes

With a generic piece rotation algorithm at hand, it'll be easier to implement rotating

Java Tetris Tutorial 10 - Shape Data

Java Tetris Tutorial 10 - Shape Data

Rotation Reference Image: http://oopsilon.com/06/texts/

TDD Tetris in Java #1: Falling Blocks

TDD Tetris in Java #1: Falling Blocks

A core feature of

Java Tetris Tutorial 8 - TetrisGrid class

Java Tetris Tutorial 8 - TetrisGrid class

Note: In this video I incorrectly set up the grid to be conventional [x,y] coordinates when I wanted it to be [y,x] coordinates. This is ...

Java Tetris Tutorial 4 - Adding the Config Menu

Java Tetris Tutorial 4 - Adding the Config Menu

Tutorial

Tetris Java Demo

Tetris Java Demo

You can find a copy of this on GitHub at: https://github.com/Squirrelbear/

Tetris Demo - Java

Tetris Demo - Java

An original remake of the famous

Java Tetris Tutorial 3 - Begin Setting up Key Configuration

Java Tetris Tutorial 3 - Begin Setting up Key Configuration

Tutorial