Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# Algorithmic Game Theory API

Tags:

c#

game-theory

I recently came accross Gambit - http://www.gambit-project.org/doc/index.html - a C++ algorithmic game theory API.

Is anyone aware of a .NET Game Theory Library?

like image 706
Josh Reuben Avatar asked Feb 14 '11 11:02

Josh Reuben


1 Answers

I know this would take a small bit of time, but you could download the source for the C++ project you cited and compile it into a DLL that you could reference in your C# project. This link contains information about doing so.

like image 99
FreeAsInBeer Avatar answered Sep 27 '22 18:09

FreeAsInBeer