User:Benpage26/Tetris
From GPWiki
The wiki is now hosted by GameDev.NET at wiki.gamedev.net. All gpwiki.org content has been moved to the new server. However, the GPWiki forums are still active! Come say hello. Yeah, so based on Kidmosey's Tetris Primer I intend to make a more in-depth Java Tutorial. This isn't the best way to learn, because those of you reading will have a tendency to go into auto-pilot and not think for yourself. I encourage you to read through this tutorial in full, and not just skip through to the Source and try to run it. That will only hurt you in the long run.
This will take me a while to sort out, so this is just its draft stage at the moment.
[edit] Design stageKnow what your program does [edit] Basic StructureKnow how it is done Before you start any program you need to understand the basic way it will work, this is a good habit to get into, especially when you are dealing with larger projects.
[edit] Code Excerpts[edit] Representation
[edit] Rendering
[edit] User Input
|


