I have 15,000 Tetris ideas!

Published March 18, 2005
Advertisement
Well, I think I'm going to start working on my Tetris clone today, because I will have lots of free time next week. You wanna know why?

Spring Break!

Oh, and I love spagetti code!

#include #include #include using namespace std;int main(){int guess, number;srand(time(NULL));number=rand()%10;cout<<"Guess a number"<cin>>guess;if(guess==number)cout<<"You rulez!"<else cout<<"You droolz!"<return
0;}


Previous Entry Hola!
0 likes 1 comments

Comments

Rob Loach
Yay Tetris Clones.
March 19, 2005 10:01 AM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement
Advertisement