About

The Basics

The Stix AI Engine is an AI that basically learns according to what the player or user does. The user plays the game that the AI module is implanted in, and the AI reads the user actions and selects the most frequent user response to the action. It will do this until it reaches a valid response. The game the module is implanted in must store the data and decide whether a move is valid or not, but the AI does everything else.

What's Needed

  • Python 2.7
  • A fairly advanced knowledge of python (writing to files, managing functions, etc.). This module is not one of those ones that does everything for you.
  • A google account to download the module and related software