Skip to content

Yet another implementation of Triple Triad (Final Fantasy VIII card game) in Phaser 3

License

Notifications You must be signed in to change notification settings

djzmo/triple-triad

Repository files navigation

Triple Triad - Remastered

This is a reimplementation of Triple Triad, a card game originating from Final Fantasy VIII originally developed by Square.

This project covers the basic game mechanics with a simple AI made in Phaser 3 with TypeScript.

Click here to play!

Preview

Build Instructions

Node.js is required to build and run this project.

$ npm i
$ npm run build
$ npm run start

After running the commands, the game should be accessible from http://localhost:5000.

Controls

  • Selection: Arrow keys
  • Confirm: Enter
  • Cancel: Escape

Resources

How to Play

Same, Plus, and Combo explained for newcomers

Known Issues

  • Same/Plus do not take into account element effects yet

Disclaimer

This software was created by @djzmo and is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

Assets used in this project are part of Tripod: Remastered v1.1 by Mcindus.

Final Fantasy, Triple Triad, and all its subject materials are property of Square Enix.

License

This is an open-sourced software licensed under the GNU GPL v3 license.

Releases

No releases published

Packages

No packages published