| | |
Making a tetris game.
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
Try this :
http://www.codeproject.com/KB/cs/moemeka4.aspx
btw congratulations with your son you must already feel like a proud father!
http://www.codeproject.com/KB/cs/moemeka4.aspx
btw congratulations with your son you must already feel like a proud father!
Today is a gift, that's why it is called "The Present".
Make love, no war. Cave ab homine unius libri.
Danny
Make love, no war. Cave ab homine unius libri.
Danny
•
•
Join Date: Aug 2008
Posts: 1,735
Reputation:
Solved Threads: 186
If you are unsure how you would go about making it, the best thing is to draw it on paper wnd write down what your doing step by step, so if you take a random shape, you place it in the middle and then describe how you would move it down, and decide if it would move down etc.. once you have the description.. you can work on the code.
Did I just hear "You gotta help us, Doc. We've tried nothin' and we're all out of ideas" ? Is this you? Dont let this be you! I will put in as much effort as you seem to.
•
•
Join Date: Jun 2008
Posts: 58
Reputation:
Solved Threads: 9
I tried writing tetris a while back (not for C#) but trust me on this: make blocks classes and then use small arrays to hold 4 blocks in different positions (to make pieces). That will make it MUCH easier when it comes time to break pieces apart as rows disappear.
Visual C# Kicks - Free C# code resources and articles.
![]() |
Similar Threads
- tetris game using pointers (C++)
- Level editors (Game Development)
- Moding Tools (Game Development)
- Help needed (Game Development)
- Game Development: Where to Start (Game Development)
Other Threads in the C# Forum
- Previous Thread: hi
- Next Thread: compiler problem
| Thread Tools | Search this Thread |
.net access ado.net algorithm array backup barchart bitmap box broadcast buttons c# check checkbox client combobox control conversion csharp custom database databasesearch datagrid datagridview datagridviewcheckbox dataset datetime degrees development draganddrop drawing dynamiccreation encryption enum equation event excel file form format formatting forms function gdi+ httpwebrequest image index input install interface java label list listbox mandelbrot math mouse mouseclick mysql namevaluepairs operator path photoshop picturebox pixelinversion post powerpacks programming property radians regex remote remoting resource restore richtextbox server sleep socket sql statistics stream string table text textbox thread time timer update usercontrol validation visualstudio wait webbrowser windows winforms working wpf xml








other than maybe some buttons if you really want them