Upcoming Events
Unite 2010
11/10 - 11/12 @ Montréal, Canada

GDC China
12/5 - 12/7 @ Shanghai, China

Asia Game Show 2010
12/24 - 12/27  

GDC 2011
2/28 - 3/4 @ San Francisco, CA

More events...
Quick Stats
52 people currently visiting GDNet.
2406 articles in the reference section.

Help us fight cancer!
Join SETI Team GDNet!
Link to us Events 4 Gamers
Home » Features » GD Showcase » View Submission
Intel sponsors gamedev.net search:
Game Development Showcase
Track this GDS Entry
Enemy Sirtet
Developer   EnemyBoss
GenrePuzzle
PlatformWindows
Downloads472

About: Sirtet is Tetris spelled backwards, so guess what: This game is a Tetris clone. Tetris was invented in Russia, 1985 by Alexey Pajitnov. This game is implemented as an AWT based application, using buttons and custom lightweight components. Click here to play.

Game Info How To Play Downloads Comments



Please offer only constructive criticism. The intent of the GD Showcase is to help the developer create the best game they possibly can. Show them you support their efforts when posting.



Post Reply
I had fun with this game up until the point that I had invisible blocks. I hit the button to slide my block over and I heard a click, but it was floating in midair (so I though well that sucks, not I can't fill in whats below it) then when I tried to put a block on top of that one, it went right through it. But if I tried to put a block next to that (where there are no blocks) it would stop on nothing. I was upto 16k some points.

Good job and keep up the good work (I tried your other games too).

  User Rating: 1528   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

Thanks! This is my fifth game, and one that I really want to get right. Tetris is really fun, and Sirtet works quite well enough, but I really need iron out the few bugs out. This bug happened to me only once and I've been trying to reproduce it.

There is a thread that moves the block down at regular intervals, but the player can move the block any time, seperate from the thread. So maybe I have a classic shared resource problem, where the thread is in the process of locking down a block on the grid, while the player is also shifting it? I wonder if declaring my block-move functions "synchronized" would help in this case?

  User Rating: 1082   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

If I were you I wouldn't use a multithreaded approach.
It would have been much easier to use a single thread
for everyting.

  User Rating: 1026   |  Rate This User    Send Private MessageView ProfileReport this Post to a Moderator 

All times are ET (US)

Post Reply
 
Info
 GDS News
 About the GDS


Genre
 All
 Action
 Adventure
 Arcade
 Educational
 Fighting
 Puzzle
 Racing
 Role-Playing
 Shooter
 Simulation
 Sports
 Strategy
 Traditional


Platform
 DOS
 Linux
 OSX
 Windows