I’ve imported the source for Tetattds and related projects into our Google Code repository. I would have done this earlier but I wanted to get rid of copyrighted material stolen from Tetris Attack before doing this. (That also means we now have some new sound effects in place.) The code currently in the repository will be Tetattds 2.0, but it needs some more polishing before we release it. We would also want the official server to be up and running, but Thomas’ computer is broken.
If you want you can check out the source and build it yourself in the meantime. To be able to build you need some standard libraries: devkitpro, libnds, dswifi, and libfat. Quick build instructions:
- Check out the code (instructions here)
- make in mikmod
- make in fwgui/tools (only on unix)
- make in fwgui
- make in tetattds/tools (only on unix)
- build.bat in tetattds/libcartreset (on unix run build.sh)
- make in tetattds
- make in tetattds/server (only on unix)
- build the project tetattds/server_gui (only in Visual Studio 2005)