More actions
(Created page with "{{Infobox homebrew | title = Tetris DS | image = File:Tetrisds.png | type = Puzzle | version = 1.3 | licence = Mixed | author = DesktopMan ...") |
No edit summary |
||
Line 5: | Line 5: | ||
| version = 1.3 | | version = 1.3 | ||
| licence = Mixed | | licence = Mixed | ||
| author = DesktopMan | | author = Christian Auby (aka DesktopMan) | ||
| website = http://www.auby.no/ | | website = https://web.archive.org/web/20081223115047/http://www.auby.no/wiki/index.php?title=Tetris_DS | ||
| download = Media:Tetris13ds.rar | | download = Media:Tetris13ds.rar | ||
| source = | | source = https://web.archive.org/web/20070607114908/http://www.auby.no/index.php?id=15 | ||
}} | }} | ||
Tetris | Tetris DS is a Tetris clone for the Nintendo DS. Two players can play at once, using one screen and one set of keys each. | ||
It was submitted to the [https://www.neoflash.com/forum/index.php?topic=573.0 NEO Coding Compo 2005]. | |||
==Installation== | ==Installation== | ||
* tetris.nds - For emulators, loaders or WiFi. | |||
* tetris.ds.gba - For flashcarts. | |||
Download and extract file. | |||
[[DLDI|DLDI]] patch it if needed (if your card does not have auto-patching) and copy it to the root directory of the card. | |||
'''Note:''' For WiFi only, if boot from WiFi and you want to save settings, insert a gba cart which has Game code as PASS. Almost all DS homebrew has this. | |||
gba cart which has Game code as | |||
has this. | |||
==User guide== | ==User guide== | ||
Line 29: | Line 29: | ||
==Controls== | ==Controls== | ||
Start - (after done playing) | Start - Restart (after done playing) | ||
Select - | Select - Restart at any time | ||
==Changelog== | ==Changelog== | ||
'''1.3 (Neoflash version)''' | '''1.3 (Neoflash version)''' | ||
*Bugfixes | * Bugfixes. | ||
*New ipc | * New ipc. | ||
*Built with devkitARM r15 | * Built with devkitARM r15. | ||
*Libnds compatible | * Libnds compatible. | ||
'''1.2 (gbax version)''' | '''1.2 (gbax version)''' | ||
*Added: pieces can be rotated so parts go above the playfield | * Added: pieces can be rotated so parts go above the playfield. | ||
*Added: choose start level | * Added: choose start level. | ||
*Added: Giant mode for single player | * Added: Giant mode for single player. | ||
*Added: settings are saved, can coexist with gorilla and nibbles save | * Added: settings are saved, can coexist with gorilla and nibbles save. | ||
*Added: retro sound effects (hardware mixed, positioned depending on screen location) | * Added: retro sound effects (hardware mixed, positioned depending on screen location). | ||
*Added: pause for singleplayer | * Added: pause for singleplayer. | ||
*Added: restart during game | * Added: restart during game. | ||
*Added: Icon and description for wifi multiboot | * Added: Icon and description for wifi multiboot. | ||
*Added: drop/fast option | * Added: drop/fast option. | ||
*Added: key repeat option | * Added: key repeat option. | ||
*Fixed: scoring in two-player | * Fixed: scoring in two-player. | ||
*Fixed: proper sram detection, works even if there is no cart | * Fixed: proper sram detection, works even if there is no cart. | ||
Developer changes: | Developer changes: | ||
*Changed: uses the new versions of dsbuild and ndstool | * Changed: uses the new versions of dsbuild and ndstool. | ||
*Changed: new loader | * Changed: new loader. | ||
*Changed: new ipc-location, thus new arm7 binary | * Changed: new ipc-location, thus new arm7 binary. | ||
*Changed: use of binary files to comply with new rules | * Changed: use of binary files to comply with new rules. | ||
'''1.1''' | '''1.1''' | ||
*Added: single player is default, hold A during boot for two-player | * Added: single player is default, hold A during boot for two-player. | ||
*Added: after play, press start to restart game | * Added: after play, press start to restart game. | ||
*Fixed: minor bugs | * Fixed: minor bugs. | ||
*Fixed: uses ndslib, entirely selfcontained otherwise | * Fixed: uses ndslib, entirely selfcontained otherwise. | ||
*Now contains .nds for emu/loader, .ds.gba for regular passme. | * Now contains .nds for emu/loader, .ds.gba for regular passme. | ||
'''1.0''' | '''1.0''' | ||
*Initial release | * Initial release. | ||
==Credits== | ==Credits== | ||
Greets: Dovoto, Joat, Natrium42, dslynx, WinterMute | Greets: Dovoto, Joat, Natrium42, dslynx, WinterMute. | ||
Graphics by Whacko | Graphics by Whacko. | ||
[[Category:Homebrew | <br> | ||
[[Category:DS homebrew games]] | |||
[[Category:Homebrew puzzle games on DS]] |
Revision as of 23:17, 21 Haziran 2021
Tetris DS | |
File:Tetrisds.png | |
General | |
---|---|
Author(s) | Christian Auby (aka DesktopMan) |
Type | Puzzle |
Version | 1.3 |
Licence | Mixed |
Links | |
[Media:Tetris13ds.rar Download] | |
Website | |
Source |
<htmlet>adsense</htmlet>
Tetris DS is a Tetris clone for the Nintendo DS. Two players can play at once, using one screen and one set of keys each.
It was submitted to the NEO Coding Compo 2005.
Installation
- tetris.nds - For emulators, loaders or WiFi.
- tetris.ds.gba - For flashcarts.
Download and extract file.
DLDI patch it if needed (if your card does not have auto-patching) and copy it to the root directory of the card.
Note: For WiFi only, if boot from WiFi and you want to save settings, insert a gba cart which has Game code as PASS. Almost all DS homebrew has this.
User guide
Playing using drop gives more points due to the nature of the standard Tetris specifications way of calculating score. So only compare scores with same drop-method.
Controls
Start - Restart (after done playing)
Select - Restart at any time
Changelog
1.3 (Neoflash version)
- Bugfixes.
- New ipc.
- Built with devkitARM r15.
- Libnds compatible.
1.2 (gbax version)
- Added: pieces can be rotated so parts go above the playfield.
- Added: choose start level.
- Added: Giant mode for single player.
- Added: settings are saved, can coexist with gorilla and nibbles save.
- Added: retro sound effects (hardware mixed, positioned depending on screen location).
- Added: pause for singleplayer.
- Added: restart during game.
- Added: Icon and description for wifi multiboot.
- Added: drop/fast option.
- Added: key repeat option.
- Fixed: scoring in two-player.
- Fixed: proper sram detection, works even if there is no cart.
Developer changes:
- Changed: uses the new versions of dsbuild and ndstool.
- Changed: new loader.
- Changed: new ipc-location, thus new arm7 binary.
- Changed: use of binary files to comply with new rules.
1.1
- Added: single player is default, hold A during boot for two-player.
- Added: after play, press start to restart game.
- Fixed: minor bugs.
- Fixed: uses ndslib, entirely selfcontained otherwise.
- Now contains .nds for emu/loader, .ds.gba for regular passme.
1.0
- Initial release.
Credits
Greets: Dovoto, Joat, Natrium42, dslynx, WinterMute.
Graphics by Whacko.