top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

Tetris-Connect

Date

Spring 2021

Role

Solo developer

Tools Used

Processing

Project type

Class Project

This game is a Tetris recreation made in Processing for my class Interactive Modeling/Animation 1, where we learn the software Processing. Our final project was to individually make any type of game using only Processing, so I wanted to challenge myself by creating a game heavily inspired by Tetris.

In this game, there is only one shape - a straight line of two blocks. The colors of each block are randomized. The goal is to connect four of the same color to clear that connection, diagonals do not count, and survive as long as possible!

NEW KNOWLEDGE: I learned how to build a game using object-oriented programming, Processing, and some of it's libraries.

bottom of page