Tetris game

Started by
24 comments, last by Frozen 20 years, 1 month ago
I did a Tetris game(I called it Falling Stones). , but please, download it and tell me if it works on 24 bits color mode. My video card supports only 16 and 32. I made the game for 24 too, but I can't test it. Also, what do you think I should change at it? Is the design ok? Download EDIT: This is the english version [edited by - Frozen on February 7, 2004 4:12:40 PM]
Advertisement
It might just be me but the link doesn''t work?
WICKED PUBLISHING!INDEPENDENT PUBLISHERAND GAME DEVELOPMENT TEAMBen@Wickedarcade.co.uk
Nope, link definetly doesn''t work.
Well, sorry. Now it works
Actually, no, it doesn''t, try putting http:// in front of your links. Hm, well, doesn''t run too bad on my computer, the controls don''t really feel right but other than that, nice.
My opinion = tetris++; much better than the old tetris(or my version of tetris) keep up the good work;

[Mercury Software] [Google!] [ Look I DONT Follow Trends ]
quote:Original post by DerAnged
My opinion = tetris++; much better than the old tetris(or my version of tetris) keep up the good work;

[Mercury Software] [Google!] [ Look I DONT Follow Trends ]

I couldn''t agree more

el
I made this for a game contest(27th of March, wish me luck). I'm glad that you like it.

[edited by - Frozen on February 7, 2004 4:14:32 PM]
Great game.. but it crashed when I completed my 10th line.. I took a screenshot of the debug assembly with the game off to the side. If you''d like I''ll email that screenshot to you..

Windows XP Pro
1GHz Athlon
512mb ram
GeForce2Ultra
1600x1200 @ 32bit

(silencer)

Edit:
Here''s the debug assembly in MSVC6
77F536BC   mov         dword ptr [esi+4],ecx77F536BF   jmp         77F5369777F536C1   cmp         byte ptr [ebp-1Dh],bl77F536C4   jne         77F7A28377F536CA   ret77F536CB   movzx       eax,word ptr [edi]77F536CE   mov         ecx,dword ptr [ebp+10h]77F536D1   add         eax,dword ptr [ecx]77F536D3   cmp         eax,0FE00h77F536D8   ja          77F51ED177F536DE   cmp         byte ptr [ebp+14h],077F536E2   jne         77F8C71D77F536E8   push        edi77F536E9   push        ebx77F536EA   call        77F51EF277F536EF   mov         eax,dword ptr [edi+8]77F536F2   mov         ecx,dword ptr [edi+0Ch]77F536F5   cmp         eax,ecx77F536F7   mov         dword ptr [ecx],eax77F536F9   mov         dword ptr [eax+4],ecx77F536FC   je          77F5374B77F536FE   mov         al,byte ptr [edi+5]77F53701   test        al,477F53703   jne         77F8C7D677F53709   mov         al,byte ptr [esi+5]77F5370C   and         al,10h77F5370E   test        al,10h77F53710   mov         byte ptr [edi+5],al77F53713   jne         77F5385E77F53719   movzx       ecx,word ptr [edi]77F5371C   mov         eax,dword ptr [ebp+10h]77F5371F   add         dword ptr [eax],ecx77F53721   movzx       ecx,word ptr [edi]77F53724   sub         dword ptr [ebx+28h],ecx77F53727   test        byte ptr [edi+5],10h77F5372B   mov         ax,word ptr [eax]77F5372E   mov         esi,edi77F53730   mov         word ptr [edi],ax77F53733   jne         77F51ED177F53739   mov         eax,dword ptr [ebp+10h]77F5373C   mov         ecx,dword ptr [eax]77F5373E   mov         ax,cx77F53741   mov         word ptr [edi+ecx*8+2],ax  <-- DEBUG HERE77F53746   jmp         77F51ED177F5374B   mov         ax,word ptr [edi]77F5374E   cmp         ax,80h77F53752   jae         77F536FE77F53754   movzx       ecx,ax


Debug was pointing to address 77F53741.
My mail is alin9d@yahoo.com . Thx a lot for telling me this. I'll see what I can do. Pls send that screenshot.

[edited by - Frozen on January 26, 2004 5:40:37 PM]

This topic is closed to new replies.

Advertisement