View Poll Results: What do you think?

Voters
12. You may not vote on this poll
  • Great Game!!

    9 75.00%
  • Not bad

    2 16.67%
  • Could be better

    1 8.33%
  • Start completely over

    0 0%

Thread: My tetris game 2.0

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Cheesy Poofs! PJYelton's Avatar
    Join Date
    Sep 2002
    Location
    Boulder
    Posts
    1,728

    My tetris game 2.0

    Thanks everyone for the great comments. Here is the latest version of my tetris game, and will probably be the last update until I learn more complicated windows programming ideas like fonts, menus, and child windows.

    Here is what has changed:
    -Press shift to rotate left, control to rotate right, and space to drop all the way down to the bottom. All other keys stay the same.

    -Fixed the problem of the colors being too dark sometimes. It didn't dawn on me that my random color schemes could sometimes pick black!

    -Game is sped up a little bit

    -You can pick your starting level as well as how many lines of random blocks you want to start off with. The higher the starting blocks, the more bonus points you start off with.

    -Had to scale down the point levels. For some reason the program crashes when your score gets above 99,999. It totally screws up the drawing mechanism when it tries to print a number one hundred thousand and higher and I have no idea why. If anyone can explain to me why this happens I'd appreciate it!

    Also, I still welcome any comments or ways I can improve it!
    Last edited by PJYelton; 04-19-2003 at 05:31 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Please comment on my c++ game
    By MegaManZZ in forum Game Programming
    Replies: 10
    Last Post: 01-22-2008, 11:03 AM
  2. craps game & dice game..
    By cgurl05 in forum C Programming
    Replies: 3
    Last Post: 03-25-2006, 07:58 PM
  3. HELP!wanting to make full screen game windowed
    By rented in forum Game Programming
    Replies: 3
    Last Post: 06-11-2004, 04:19 AM
  4. My Maze Game --- A Few Questions
    By TechWins in forum Game Programming
    Replies: 18
    Last Post: 04-24-2002, 11:00 PM
  5. tetris game
    By mrt in forum Game Programming
    Replies: 2
    Last Post: 04-08-2002, 10:01 AM