Jump to content

[Game] Tetris by me (Vietnamese)


SANGPRONHAT
 Share

Recommended Posts

Today, I give you tetris game code by me

I use PTS very bad ;) so my game isn't very beautyful hjx hjx

Some screen :

Posted Image

Posted Image

BAT DAU -> Start

DIEM SO -> HighScore

THOAT -> Exit

CHOI LAI -> Play again

TAM DUNG -> Pause

Have fun !!!! If it have problem please report me !! Thanks you very much !!

Sorry my E so bad haha

Link download : http://www.mediafire.com/?y9x6rlzawq74iyx

Source below >>

tetris.au3

Link to comment
Share on other sites

Awesome seems cool ;). The only problem i had with the game is that sometimes the keys feel a little unresponsive and when i press space the game appears to crash. Not sure if the space bar thing was intentional, it may be your way of closing the application i don't know. Other than that good job :).

Link to comment
Share on other sites

Awesome seems cool ;). The only problem i had with the game is that sometimes the keys feel a little unresponsive and when i press space the game appears to crash. Not sure if the space bar thing was intentional, it may be your way of closing the application i don't know. Other than that good job :).

Thanks for your reply !!

Link to comment
Share on other sites

really nice work and really nice music selection ;)

edit: error for func GAMEOVER() for line

ElseIf $CALL = 7

change to

ElseIf $CALL = 7 Then

Edited by bogQ

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
There are those that believe that the perfect heist lies in the preparation.
Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.

 
Link to comment
Share on other sites

I enabled moving the piece left/right between falling steps.

And accelerated the quickfall speed a bit.

I think its a bit more responsive that way and its a bit closer to the genuine tetris input mechanics.

But clearly there is a performance hole because of those 2dim and 3dim arrays you have to go through after each step.

And _IsPressed is not really good for gaming.

But besides that its a pretty nice script.

tetris.au3

Teamspeak 3 User Viewer - Quick and functional TS3 Query script, which shows online users.Cached Screenshot Deleter - Deletes older Fraps Screenshots if they exceed a specified limit.Unresolved Topics:Intercept and modify dragdrop text behaviour in scite
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...