Skip to content

Files

Latest commit

3944aaa · Apr 4, 2025

History

History

Tetris

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 2, 2021
May 9, 2023
Dec 30, 2020
May 27, 2020
May 27, 2020
Jan 2, 2021
Nov 13, 2023
Apr 4, 2025
Jan 16, 2023
Sep 11, 2022
Oct 4, 2021
Nov 21, 2022
Nov 21, 2022
Apr 4, 2025

🌶️🌶️🌶️ - Tetris Demo Game for nanoFramework

This was converted from an .net Micro Framework created on (January 28th 2008)

This is a demo application written to demonstrate different capabilities of .NET Micro Framework. Windows Presentation Foundation, Extended Weak Reference for persistent storage etc.

It has been updated to work with nanoFramework (still Work in Progress).

This Tetris game became almost a benchmark demo for different hardware that supports .NET Micro Framework.

Tetris

Tetris

Requires the GPIO pins numbers to be defined for the Left, Right, Up, Down & Select keys in the TetrisApp.cs

The number of Rows of blocks displayed and the size of the blocks can be adjusted to fit your screen in the UniverseView.cs and GameUniverse.cs

The sample is located here.