2010 Tetris_clone challenge

Upload your Just BASIC Challenge and Contest Entries here.
Post Reply
DAVEG
Posts: 16
Joined: Thu Jul 14, 2005 4:00 pm
Location: Birmingham U.K.

2010 Tetris_clone challenge

Post by DAVEG »

2010 Tetris_clone challenge
This my entry for this
keys used
Left for left
Right for right
Up for rotate
Down for faster drop
If you find the game to slow you can reduce the variable speed at near beginning although the game speeds up as it progresses.
It does all it work on two arrays one for current piece other for placed pieces
Attachments
Tetris_clone.zip
(2.59 KiB) Downloaded 492 times
SirDavid
Posts: 6
Joined: Thu Feb 21, 2008 12:28 pm

Post by SirDavid »

Here's mine.
Attachments
TetrisDavid.zip
My entry for the Tetris competition. If you run into any bugs, let me know.
(5.66 KiB) Downloaded 633 times
Shikatsu
Posts: 12
Joined: Sun Mar 20, 2011 6:07 pm

Post by Shikatsu »

I rewrite DAVEG code to learn how it works and i have succeed, here i want to share it with you.
Attachments
DAVEG tetris_clone rewiten by Shikatsu.zip
(3.25 KiB) Downloaded 461 times
Shikatsu
Posts: 12
Joined: Sun Mar 20, 2011 6:07 pm

Post by Shikatsu »

DAVEG tetris_clone rewiten by Shikatsu this time it's the Modular Version.

Enjoy, Shikatsu.
Attachments
DAVEG tetris_clone rewiten by Shikatsu (Modular Version).zip
(9.55 KiB) Downloaded 493 times
Post Reply