LiveWire Network Peer Answers Peer Support Teen Forums Tech Forums College Forums 779 users online 225671 members 1409 active today Advertise Here Sign In
TeenCollegeTechPhotos | Quizzes | LiveSecret | Memberlist | Dictionary | News | FAQ
Member Spotlight
SpRiNgS
Peeves: the fac tthat i can't listen to that s...
Mood: Happy
You have 1 new message.
Emergency Help
Until you sign up you can't do much. Yes, it's free.

Sign Up Now
Membername:
Password:
Already have an account?
Invite Friends
Active Members
Groups
Contests
Moderators
4 online / 46 MPM
Fresh Topics
  LiveWire / Technical Forums / Programming & Application Development / Adding Reply

Quoting Post
Archived Topic: It will not be bumped to the top of the forum.
Topic my game for college
Membername   Not a member? Sign Up Free (takes 20 seconds)
Password   Forgotten your password?
Post

Font:   Size:   Color:

FAQ Keyword Search:
Post Options
Favorites Manager
Notify me of new replies to this topic by email
Notify me of new replies to this topic by private message
Original Post
xxxxxxxx Posted at 6:27 pm on Dec. 2, 2004
well i have to make a game. i have decided to make tetris but i dont know how to make it so when the shape hits the bottom you can send the same shape down again any help would be great code,site,what to look for etc

Replies
GamerX Posted at 11:18 pm on Dec. 3, 2004
My friend made text-based tetris, yup in a console window. You can take a look at the code there
http://vstolpner.ucesys.com/C++/
just don't copy it all.

(Edited by GamerX at 11:19 pm on Dec. 3, 2004)

Duekiller Posted at 9:17 pm on Dec. 2, 2004
just add the shape to the arrayfull parameter.

The best way to do a tetris game is to have the board devided into a two dimentional array then you mark each square as full or not (a bool array)

just make the shape generation random.

All 2 previous replies displayed.