Thread: AGS Tetris Clone

  1. #1
    Registered User
    Join Date
    Jan 2003
    Posts
    1

    AGS Tetris Clone

    A few friends and I are making a tetris clone, and we badly need some help on the following bugs:


    1) pieces solidify as soon as they touch the ground
    2) sometimes parts of falling pieces will dissappear
    3) when moving the piece, the falling piece blacks out momentarily
    4) the screen flickers massively, even though we attempted to implement double buffering early on.

    any help would be appreciated more than words can state. the code can be found at www.antithesisgames.com/main.cpp and www.antithesisgames.com/main.h

    note: the version that is up at the time of this writing does not even permit the pieces to fall due to a failed attempt to fix the solidify function.

    additional note: those of you which would like some background information on how this (terribly buggy) version of tetris was formed, visit www.subduck.com, where we have a gigantic thread called "making tetris"

    Wow. I hear all these grand tales about the knowledge of the people at this site, and not one of you even bother to look at my post. I'm hurt.
    Last edited by Damascus; 03-07-2003 at 01:01 PM.

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    36

    Smile Search the board

    Search the board you can probably find a good source code too!
    will be there one day!

    I usually use VStudio 6!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. is it possible to pass arguments to the clone fn function?
    By smoking81 in forum Linux Programming
    Replies: 4
    Last Post: 09-12-2008, 10:27 AM
  2. Replies: 7
    Last Post: 04-02-2008, 10:27 AM
  3. First attempt at tetris clone...which api should I use?
    By RealityFusion in forum Game Programming
    Replies: 7
    Last Post: 10-11-2005, 02:06 PM
  4. Clone function
    By gustavosserra in forum C++ Programming
    Replies: 6
    Last Post: 01-03-2004, 05:57 PM
  5. Tetris clone?
    By Fool in forum Game Programming
    Replies: 4
    Last Post: 08-26-2001, 04:39 AM