Tetris console

Tetris console

I just released a new version of tetrisConsole. Many optimizations and bug fixes. Top 5 scores are shared and all other players can enjoy your success.

Changes:

  • Management of high scores and online sharing
  • Optimizing the rendering phase (faster)
  • Improved process management
  • .NET Framework 4.0 to .Net Framework 2.0

To my surprise, the first version of the game had nearly 250 downloads, so I want to thank the first 250 players individually:

#include <stdio.h>
using namespace std;
int main()
{
    for(int i = 250; --i>0; )
       cout << "Thank you <3" << endl
} 

You can download it here.