Web Based implementation of the Popular Triple Triad minigame from Final Fantasy VIII.
- Cards
- create all TT original cards
- bonus rare cards (Omega Weapon, Emerald Weapon and Ruby Weapon (FF7), etc )
- also bring in characters from other games
- UI
- Card Stacks
- Triad Board
- Region Map?
- bring in the rules from each region?
- Game Play
- AI engine for computer play
- computer can be at levels 1-100 (level depends on quality of cards)
- queryable Triad Board to make smart plays based on weakness sides/position on board
- implement Triple Triad Rules
- Open
- Random (no one's favorite)
- Same
- Plus
- Elemental
- Sudden Death
- support mixing of rules by carrying from different regions?
- AI engine for computer play
- RNG
- introduce RNG secrets that can be found to obtain rare cards
- Algorithms that can be used to determine cards that are purchased in variety packs (Gil, not real money)
npm install
npm run serve
npm run build
npm run test:unit
npm run lint