Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 938 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 938 Bytes

Block Master

Falling block puzzle game for Grand Masters

About

This project was started in an attempt to learn more about game programming with Python and pygame. It aims to be an open source implementation of the Tetris The Grand Master series of games. Initially it will focus on emulating TGM1 functionality well, before adding all the bells and whistles. It was based on the great Tetris tutorial on techwithtim.net, with lots of improvements and features to make it behave more like TGM1. There's still a long way to go but it's slowly getting there. It was initially a private repo, but I haven't worked on it in a while so I decided to make it public anyway.

Requirements

Currently the only requirement is Python 3.7+ and pygame.