lhoang29 / GameTheorySolver

Solver for different game types (zero-sum, non-zero-sum)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a solver for different types of games from Game Theory. Currently it can solve some specific classes of zero-sum and non-zero-sum games. Games where every player has more than 2 strategies are not currently solvable, however the project is designed for flexibility and extensibility. In the source code listing, there should be a UML drawing design for the structure of the framework called "Framework Design.jpg". The application also visualizes flow diagram and envelope solutions using OpenGL. Both 2D and 3D visualizations are possible.

About

Solver for different game types (zero-sum, non-zero-sum)


Languages

Language:C++ 56.2%Language:C 41.4%Language:Objective-C 2.4%