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.
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.
- Selection: Arrow keys
- Confirm:
Enter
- Cancel:
Escape
Same, Plus, and Combo explained for newcomers
- Same/Plus do not take into account element effects yet
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.
This is an open-sourced software licensed under the GNU GPL v3 license.