Skip to content

My version of the card game Triple triad made on Ren'py using Clash Royale cards. It includes the first level of an artificial intelligence system. The algorithm will try to find a card to beat one of the oponents cards, if it can't it will use a random card.

saiffyros/Triple-Triad_AI

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Triple-Triad_AI

Triple triad game first appeared on Final Fantasy VIII. In the game two players face off against one another, one side playing as "yellow", the other as "red" on a 3x3 grid. Each player has five cards in a hand and the aim is to capture the opponent's cards by turning them into the player's own color of yellow or red.

The build includes a simple AI system. Computer will always try to beat player's card with one card in its deck, if not possible it will use a random card.

About

My version of the card game Triple triad made on Ren'py using Clash Royale cards. It includes the first level of an artificial intelligence system. The algorithm will try to find a card to beat one of the oponents cards, if it can't it will use a random card.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages