More actions
(Created page with "{{Infobox homebrew | title = Tetra Master | image = File:Tetramasterds.jpg | type = Card | version = 0.5.1 | licence = Mixed | author = Tom...") |
No edit summary |
||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox DS Homebrews | ||
| title | |title=Tetra Master | ||
| image | |image=tetramaster.png | ||
| type | |description=Mini card game from Final Fantasy IX. | ||
| version | |author=Tom Sweeney (Massif) | ||
| | |lastupdated=2008/09/13 | ||
| | |type=Card | ||
| website | |version=0.5.1 | ||
|license=Mixed | |||
|download=https://dlhb.gamebrew.org/dshomebrew2/tetramaster_0.5.1.zip | |||
}} | |website=http://www.codinginthedark.com | ||
}} | |||
This is a DS clone of the Tetra Master card game, a mini game from Final Fantasy 9. | |||
==User guide== | |||
A complete tutorial can be found [https://web.archive.org/web/20190122043112/https://gamefaqs.gamespot.com/ps/197338-final-fantasy-ix/faqs/9671 here]. | |||
== | ==Controls== | ||
Stylus - Move the cards | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/dshomebrew/tetramaster2.png | |||
https://dlhb.gamebrew.org/dshomebrew/tetramaster3.png | |||
https://dlhb.gamebrew.org/dshomebrew/tetramaster6.png | |||
https://dlhb.gamebrew.org/dshomebrew/tetramaster7.png | |||
https://dlhb.gamebrew.org/dshomebrew/tetramaster8.png | |||
https://dlhb.gamebrew.org/dshomebrew/tetramaster9.png | |||
<!--BEGIN Online Emulator Section--> | |||
==Online emulator== | |||
{{EmulatorJS Main | |||
|width=515px | |||
|height=384px | |||
|EJS_backgroundImage=https://www.gamebrew.org/images/6/61/Tetramaster.png | |||
|EJS_core=desmume2015 | |||
|EJS_gameName=Tetra Master | |||
|EJS_gameUrl=https://dlhb.gamebrew.org/onlineemulators/nds/tetramaster.7z | |||
}} | |||
{{DS Control Settings}} | |||
<!--END Online Emulator Section--> | |||
==Changelog== | ==Changelog== | ||
'''v0.5.1''' | '''v0.5.1''' | ||
*Fix L/R in collection screen | * Fix L/R in collection screen. | ||
*Fix cards "played" attribute not resetting after exiting a game | * Fix cards "played" attribute not resetting after exiting a game. | ||
*Opponents hand now gets deleted when a game is exited | * Opponents hand now gets deleted when a game is exited. | ||
*Fix intermittent black screen when game starts (not caused by music) (R4 and M3) | * Fix intermittent black screen when game starts (not caused by music) (R4 and M3). | ||
*Fix intermittent Goblin null pointer bug (only R4 so far) | * Fix intermittent Goblin null pointer bug (only R4 so far). | ||
'''v0.5''' | '''v0.5''' | ||
* Added saving/loading of player card collection and stats. | |||
* Added card collection screen. | |||
* Added player experience and levels. | |||
* Added individual card stats(experience, X,A types). | |||
* Changed to predefined opponents for each player level rather than random card selection. | |||
* Replaced sprite based menus and text with standard console based text. | |||
* Added a gameplay tutorial. | |||
'''v0.4''' | '''v0.4''' | ||
* Added Credits Menu. | |||
* Added notification of combos to top screen (no fancy sprite animations yet). | |||
* Added Enable/Disable music option. | |||
* Added main,victory,defeat music. | |||
* Fixed card draw priority bug. | |||
* Player name retrieved from DS user settings. | |||
* Fixed random seeding. | |||
'''v0.3''' | '''v0.3''' | ||
*Updated Graphics | * Updated Graphics. | ||
*Touch Screen Menu | * Touch Screen Menu. | ||
*Added Sound Effects | * Added Sound Effects. | ||
*Added Options menu (Enable/Disable sounds) | * Added Options menu (Enable/Disable sounds). | ||
*Added double size sprites to upper screen | * Added double size sprites to upper screen. | ||
*Added coin toss to decide who goes first | * Added coin toss to decide who goes first. | ||
*Added Flawless Victory (capture all cards) | * Added Flawless Victory (capture all cards). | ||
*Fixed bug where switching back to the menu after placing a card caused graphical error | * Fixed bug where switching back to the menu after placing a card caused graphical error. | ||
'''v0.2''' | '''v0.2''' | ||
*Added real AI instead of randomly choosing a card and square | * Added real AI instead of randomly choosing a card and square. | ||
*Fixed a bug that allowed you to play a card while holding it | * Fixed a bug that allowed you to play a card while holding it. | ||
'''v0.1''' | '''v0.1''' | ||
*Quick Play Mode | * Quick Play Mode. | ||
*Random card selection | * Random card selection. | ||
*Random AI (needs work) | * Random AI (needs work). | ||
[ | ==External links== | ||
* Author's website - [https://web.archive.org/web/20090621140503/http://www.codinginthedark.com http://www.codinginthedark.com] (archived) |
Latest revision as of 06:33, 21 August 2024
Tetra Master | |
---|---|
General | |
Author | Tom Sweeney (Massif) |
Type | Card |
Version | 0.5.1 |
License | Mixed |
Last Updated | 2008/09/13 |
Links | |
Download | |
Website | |
This is a DS clone of the Tetra Master card game, a mini game from Final Fantasy 9.
User guide
A complete tutorial can be found here.
Controls
Stylus - Move the cards
Screenshots
Online emulator
Nintendo DS | Keyboard |
---|---|
Changelog
v0.5.1
- Fix L/R in collection screen.
- Fix cards "played" attribute not resetting after exiting a game.
- Opponents hand now gets deleted when a game is exited.
- Fix intermittent black screen when game starts (not caused by music) (R4 and M3).
- Fix intermittent Goblin null pointer bug (only R4 so far).
v0.5
- Added saving/loading of player card collection and stats.
- Added card collection screen.
- Added player experience and levels.
- Added individual card stats(experience, X,A types).
- Changed to predefined opponents for each player level rather than random card selection.
- Replaced sprite based menus and text with standard console based text.
- Added a gameplay tutorial.
v0.4
- Added Credits Menu.
- Added notification of combos to top screen (no fancy sprite animations yet).
- Added Enable/Disable music option.
- Added main,victory,defeat music.
- Fixed card draw priority bug.
- Player name retrieved from DS user settings.
- Fixed random seeding.
v0.3
- Updated Graphics.
- Touch Screen Menu.
- Added Sound Effects.
- Added Options menu (Enable/Disable sounds).
- Added double size sprites to upper screen.
- Added coin toss to decide who goes first.
- Added Flawless Victory (capture all cards).
- Fixed bug where switching back to the menu after placing a card caused graphical error.
v0.2
- Added real AI instead of randomly choosing a card and square.
- Fixed a bug that allowed you to play a card while holding it.
v0.1
- Quick Play Mode.
- Random card selection.
- Random AI (needs work).
External links
- Author's website - http://www.codinginthedark.com (archived)