Author Topic: Tetris game example  (Read 11926 times)

Offline avcaballero

  • Full Member
  • **
  • Posts: 132
  • Country: es
    • Abre los Ojos al Ensamblador
Tetris game example
« on: February 03, 2012, 07:23:24 AM »
Well, I didn't know exactly where post this message because it is not example code, but an asm example program. I didn't know neither if uploading files is working already, I'm glad to see it ready. ;)

I present a Tetris game, 100% asm code, with a new shape, "U" alike. It is not finished yet, but still in "beta" state. There are some known bugs that I will fix when I have time:

* Avoid a bit of flickering in main window
* Sometimes program hungs up
* ...
* If you find anything more, please tell me, would be very appreciated.

Nevertheless, it is already playable. It has some neat features, I think, like a double buffering 3d starfield to report the hall of fame's scores.

The program creates a hidden file named "WFTetris.txt" where writes down the hall of fame figures.

Have fun,
alfonso

Offline avcaballero

  • Full Member
  • **
  • Posts: 132
  • Country: es
    • Abre los Ojos al Ensamblador
Re: Tetris game example
« Reply #1 on: February 07, 2012, 08:37:05 AM »
Main window has no flickering now (double buffering added), and it is more stable. Any bug, please. report.

Regards

Offline szilard

  • Jr. Member
  • *
  • Posts: 3
Re: Tetris game example
« Reply #2 on: January 08, 2013, 08:08:01 PM »
share please the source code of the game.