Main Content

Make Your Own Tetris Game with Meadow

In this project we’re going to learn how easy is to make our very own Tetris game with a 2 axis analog joystick and a MAX7219 LED dot matrix display. To write the logic for these peripherals, we’ll use Meadow.Foundation, and use the Graphics Library to implement the gameplay (which we’ve made an intro project on a TFT SPI display).

Meadow.Foundationa platform for quickly and easily building connected things using.NET on Meadow. Created by Wilderness Labs, it’s completely open source and maintained by the Wilderness Labs community.

If you’re new working with Meadow, I suggest you go to the Getting Started w/ Meadow by Controlling the Onboard RGB LEDproject to properly set up your development environment.”

Link to article