As promised on my original Tetris post, here’s the mobile version.
It is written in C++ and uses GDI for the graphics.
It features a high score table and faster falling blocks as the level gets higher.
The graphics are resolution independent and it is high-res aware so it will look good on any Windows Mobile device with any screen orientation.
I wrote this in the summer of 2008 and it was planned to be used as training material for people moving onto Windows Mobile where I was working at the time.
Advertisement