Computers |
|
| | #1 (permalink) |
| Monster Techie | I just have a question about where I can find a tutorial to explain the steps on how to make a game in java like tetris the best way. I recently finished mine, but I know it really isn't the most efficient way and I was just curious to see if there are any tutorial sites out there that have a good tutorial on how to efficiently make games like tetris or anything else.
__________________ Lenovo Thinkpad T60 Intel Core 2 Duo T7200 @ 2.00 Ghz 2 GB DDR-2 memory ATI Mobility Radeon x1400 60 GB 7200 rpm Hard Drive Windows Vista Ultimate 32 Bit |
| | |
| | #2 (permalink) |
| Dope Tech | java data structures sample source code http://www.cs.fiu.edu/~weiss/dsj/code/ JDSL is the Data Structures Library in Java. It is a collection of Java interfaces and classes that implement fundamental data structures and algorithms. http://www.jdsl.org/
__________________ Tech IMO.com | ExtremeTech.com | ASP Free.com | SysOpt.com | Tech Support Guy.org DB Forums.com | Cyber Tech Help.com | Lazy Forums.com | Warrior Nation.net 'If you don't stand for somethin you'll fall for anything' - Dr. Dre Been there, done that |
| | |
| | #3 (permalink) |
| True Techie | I don't know how much this would have specifically relating to making a game like Tetris, but for any general questions on the workings of Java, the official tutorial has a lot of helpful information. |
| | |