| | |
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 2007 access ado.net algorithm array barchart bitmap box broadcast buttons c# camera check checkbox client color combobox control conversion cs4 csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event eventcloseformc# excel file files form format forms function gdi+ httpwebrequest image index input install ip java label list listbox listener listview load mandelbrot math mouseclick mysql operator path photoshop picturebox pixelinversion post programming radians regex remote remoting richtextbox security serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer update usercontrol validation visual visualstudio webbrowser windows winforms wordautomation wpf xml








other than maybe some buttons if you really want them