More actions
(Created page with "{{Infobox homebrew | title = Suomitetris DS | image = File:Suomitetrisds.jpg | type = Puzzle | version = 1.1 | licence = Mixed | author = a...") |
No edit summary |
||
Line 12: | Line 12: | ||
Suomitetris DS is a Tetris clone for Nintendo DS. This was the first actual program by aitotat written with C++. | Suomitetris DS is a Tetris clone for Nintendo DS. This was the first actual program by aitotat written with C++. | ||
==User guide== | |||
'''Scoring:''' | |||
When brick moves down, you get one point. | |||
When you move a brick down yourself, you get five points. | |||
If you drop a brick with space bar, you get ten points for every row a brick moved down. | |||
When you manage to fill a row with bricks, the bricks will break and you get 500 points. | |||
If you manage to break two rows at once, you get 2*500*1,1 points (=1100 points). | |||
If you manage to break three rows at once, you get 3*500*1,5 points (=2250 points). | |||
If you manage to break four rows at once, you get 4*500*2,0 points (=4000 points). | |||
All the points mentioned above are multiplied by level multiplier. | |||
Multipliers for each level are: | |||
Level Multiplier | |||
1 1.0 | |||
2 1.0 | |||
3 1.2 | |||
4 1.4 | |||
5 1.6 | |||
6 1.8 | |||
7 2.0 | |||
8 2.2 | |||
9 2.4 | |||
10 2.7 | |||
11 3.0 | |||
12 6.0 | |||
==Controls== | |||
L - rotates brick counter clockwise | |||
R - rotates brick clockwise | |||
Left/Right - moves brick left and right | |||
Down - moves brick down a bit | |||
A - drops a brick | |||
Start - pauses, resumes game | |||
Touch screen can also be used. | |||
==Compatibility== | ==Compatibility== |
Revision as of 02:02, 22 October 2012
Suomitetris DS | |
File:Suomitetrisds.jpg | |
General | |
---|---|
Author(s) | aitotat |
Type | Puzzle |
Version | 1.1 |
Licence | Mixed |
Links | |
[Media:Suomitetris11ds.zip Download] | |
Website |
<htmlet>adsense</htmlet>
Suomitetris DS is a Tetris clone for Nintendo DS. This was the first actual program by aitotat written with C++.
User guide
Scoring:
When brick moves down, you get one point.
When you move a brick down yourself, you get five points.
If you drop a brick with space bar, you get ten points for every row a brick moved down.
When you manage to fill a row with bricks, the bricks will break and you get 500 points.
If you manage to break two rows at once, you get 2*500*1,1 points (=1100 points).
If you manage to break three rows at once, you get 3*500*1,5 points (=2250 points).
If you manage to break four rows at once, you get 4*500*2,0 points (=4000 points).
All the points mentioned above are multiplied by level multiplier.
Multipliers for each level are:
Level Multiplier 1 1.0 2 1.0 3 1.2 4 1.4 5 1.6 6 1.8 7 2.0 8 2.2 9 2.4 10 2.7 11 3.0 12 6.0
Controls
L - rotates brick counter clockwise
R - rotates brick clockwise
Left/Right - moves brick left and right
Down - moves brick down a bit
A - drops a brick
Start - pauses, resumes game
Touch screen can also be used.
Compatibility
Tested with: Nintendo DS with v3 firmware, EFA-Linker 512Mb, Passkey 1
Changelog
v1.1
- Controls are now customizable
- Added auto repeat for moving left/right and soft drop
- There are now two rotate buttons: clockwise and counter clockwise rotate
v1.0
- First release
Credits
Thanks to everyone writing all those GBA and DS tutorials. This game wouldn't be here without all those wonderful tutorials (especially TONC and tutorials by Chris Double).