Skip to content
David Churchill edited this page Mar 20, 2020 · 12 revisions

Prismata AI Wiki

Here you can find information on how to set up and use the Prismata AI project. Please refer to the menu on the right side of the Wiki for quick navigation.

In this repo you will find the following sub-projects. Makefile and Visual Studio project files are provided to build these separate projects for you.

  • Prismata_Engine: C++ engine for the Prismata game rules, which allows complete simulation of Prismata games
  • Prismata_AI: The AI code used in the retail version of Prismata (see below for details)
  • Prismata_GUI: A fully functional SFML GUI for playing offline Prismata games vs. the AI
  • Prismata_Standalone: Used to create a standalone executable to replace the actual Prismata client AI executable so you can play against the AI you create in the real game client
  • Prismata_Testing: Used to benchmark, test, and run tournaments between AI agents
Clone this wiki locally