More actions
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
}} | }} | ||
Tetattds is a game for Nintendo DS based on the game Tetris Attack by Nintendo/Intelligent Systems. | Tetattds is a homebrew puzzle game for Nintendo DS based on the game Tetris Attack by Nintendo/Intelligent Systems. | ||
==Features== | ==Features== | ||
*Endless mode and VS Self mode | * Endless mode and VS Self mode. | ||
*Local Wifi (Play up to 8 players) | * Local Wifi (Play up to 8 players). | ||
*Host game on DS | * Host game on DS. | ||
==Gameplay== | ==Installation== | ||
The aim is to line up three or more panels in a stack to make them | Extract tetattds.nds to your card. | ||
Run from your apps menu. | |||
==User guide== | |||
===Gameplay=== | |||
The aim is to line up three or more panels in a stack to make them pop. The game is over when the stack reaches the top of the screen. | |||
If more than three blocks are removed it is called a combo. If pieces falling down lines up it is called a chain. | |||
=== | ===WiFi=== | ||
To play over Internet you need to have a wireless accesspoint supported by dswifi. You also need to have entered wifi settings in a game like Mario Kart DS. | To play over Internet you need to have a wireless accesspoint supported by dswifi. You also need to have entered wifi settings in a game like Mario Kart DS. | ||
You can connect to | You can connect to the official server at walkyrie.se, but you could also run your own server on a PC. You might need to open up port 13687 (UDP) in your firewall. | ||
There are two flavours of the server. The GUI version requires .NET Framework 2.0, which can be downloaded from Microsoft and only works in Windows. The other, text-based version, can be compiled in Linux, Cygwin or msys. You need to download the source package for this, and then type the following word in the server directory: | |||
make | |||
To play locally you don't need an accesspoint. One player hosts and the other players join. | To play locally you don't need an accesspoint. One player hosts and the other players join. | ||
Line 43: | Line 46: | ||
==Known issues== | ==Known issues== | ||
The different levels needs to be balanced. | |||
==Changelog== | ==Changelog== | ||
'''1.1 (20060831)''' | '''1.1 (20060831)''' | ||
* Implemented a new udp based network protocol.This fixes the crashing issues and is also faster | * Implemented a new udp based network protocol.This fixes the crashing issues and is also faster. | ||
* Default server address is now ted.getmyip.com instead of nothing | * Default server address is now ted.getmyip.com instead of nothing. | ||
* Fixed chat-parsing, correctly finds where to break up lines | * Fixed chat-parsing, correctly finds where to break up lines. | ||
* Added menu background | * Added menu background. | ||
* New colors in the menus | * New colors in the menus. | ||
* Prevent sending empty chat messages | * Prevent sending empty chat messages. | ||
* Typing notification | * Typing notification. | ||
* Made Start function as Enter in the text dialogs | * Made Start function as Enter in the text dialogs. | ||
'''1.2 (20061006)''' | '''1.2 (20061006)''' | ||
* Fixed some crashes in wifi mode | * Fixed some crashes in wifi mode. | ||
* Players return to menu after dying in 3+ player games so they can chat and quit. | * Players return to menu after dying in 3+ player games so they can chat and quit. | ||
* A new server gui written in C++/CLI (needs .NET Framework 2.0) | * A new server gui written in C++/CLI (needs .NET Framework 2.0). | ||
* Close button added to keyboard dialog and others | * Close button added to keyboard dialog and others. | ||
'''2.0 (20070218)''' | '''2.0 (20070218)''' | ||
* New graphics | * New graphics. | ||
* New sound and music | * New sound and music. | ||
* Now saves highscores to FAT if available (otherwise it uses SRAM) | * Now saves highscores to FAT if available (otherwise it uses SRAM). | ||
* Server now works on ppc | * Server now works on ppc. | ||
* Bug fixes | * Bug fixes. | ||
* Improved building from source | * Improved building from source. | ||
* Built with latest devkitpro | * Built with latest devkitpro. | ||
'''3.0 (20080608)''' | '''3.0 (20080608)''' | ||
* Local Wifi using liblobby | * Local Wifi using liblobby. | ||
* Host game on DS | * Host game on DS. | ||
* SDL port for PC | * SDL port for PC. | ||
* Lots of changes in the code | * Lots of changes in the code. | ||
'''3.1 (20081012)''' | '''3.1 (20081012)''' | ||
* Network protocol rewritten | * Network protocol rewritten. | ||
* Support 8 players | * Support 8 players. | ||
* Fix displaying highscores | * Fix displaying highscores. | ||
==Credits== | ==Credits== | ||
Programing:Thomas Ericsson, Sten Larsson, Jakob Bornecrantz, Gustav Munkby | Programing: Thomas Ericsson, Sten Larsson, Jakob Bornecrantz, Gustav Munkby. | ||
Graphics: Sten Larsson, Jakob Bornecrantz. | |||
Sound and Music: Fredrik Hultin. | |||
[[Category:Homebrew | <br> | ||
[[Category:DS homebrew games]] | |||
[[Category:Homebrew puzzle games on DS]] |
Revision as of 23:00, 21 Haziran 2021
Tetattds | |
File:Tetattds23.jpg | |
General | |
---|---|
Author(s) | Flatware |
Type | Puzzle |
Version | 3.1 |
Licence | Mixed |
Links | |
[Media:Tetattds31.zip Download] | |
Website | |
Source |
<htmlet>adsense</htmlet>
Tetattds is a homebrew puzzle game for Nintendo DS based on the game Tetris Attack by Nintendo/Intelligent Systems.
Features
- Endless mode and VS Self mode.
- Local Wifi (Play up to 8 players).
- Host game on DS.
Installation
Extract tetattds.nds to your card.
Run from your apps menu.
User guide
Gameplay
The aim is to line up three or more panels in a stack to make them pop. The game is over when the stack reaches the top of the screen.
If more than three blocks are removed it is called a combo. If pieces falling down lines up it is called a chain.
WiFi
To play over Internet you need to have a wireless accesspoint supported by dswifi. You also need to have entered wifi settings in a game like Mario Kart DS.
You can connect to the official server at walkyrie.se, but you could also run your own server on a PC. You might need to open up port 13687 (UDP) in your firewall.
There are two flavours of the server. The GUI version requires .NET Framework 2.0, which can be downloaded from Microsoft and only works in Windows. The other, text-based version, can be compiled in Linux, Cygwin or msys. You need to download the source package for this, and then type the following word in the server directory:
make
To play locally you don't need an accesspoint. One player hosts and the other players join.
Controls
When playing more than 4 players use X to show the other players on the top screen.
Media
Known issues
The different levels needs to be balanced.
Changelog
1.1 (20060831)
- Implemented a new udp based network protocol.This fixes the crashing issues and is also faster.
- Default server address is now ted.getmyip.com instead of nothing.
- Fixed chat-parsing, correctly finds where to break up lines.
- Added menu background.
- New colors in the menus.
- Prevent sending empty chat messages.
- Typing notification.
- Made Start function as Enter in the text dialogs.
1.2 (20061006)
- Fixed some crashes in wifi mode.
- Players return to menu after dying in 3+ player games so they can chat and quit.
- A new server gui written in C++/CLI (needs .NET Framework 2.0).
- Close button added to keyboard dialog and others.
2.0 (20070218)
- New graphics.
- New sound and music.
- Now saves highscores to FAT if available (otherwise it uses SRAM).
- Server now works on ppc.
- Bug fixes.
- Improved building from source.
- Built with latest devkitpro.
3.0 (20080608)
- Local Wifi using liblobby.
- Host game on DS.
- SDL port for PC.
- Lots of changes in the code.
3.1 (20081012)
- Network protocol rewritten.
- Support 8 players.
- Fix displaying highscores.
Credits
Programing: Thomas Ericsson, Sten Larsson, Jakob Bornecrantz, Gustav Munkby.
Graphics: Sten Larsson, Jakob Bornecrantz.
Sound and Music: Fredrik Hultin.