Skip to content

.NET version of the MisaMino bot (via DLL Importing)

License

Notifications You must be signed in to change notification settings

ZetrisAI/MisaMinoNET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MisaMinoNET

NuGet - Download Discord - Join Chat

.NET version of the MisaMino bot (via DLL importing).

Installation and Usage Example

Use MisaMinoNET from NuGet in your project.

using MisaMinoNET;

// Listen for search completion
MisaMino.Finished += ...;

// Start search in the background
MisaMino.FindMove(...);

// Abort search prematurely
MisaMino.Abort();

// Access results of last search
MisaMino.LastSolution;

// Utilize pathfinder
MisaMino.FindPath(...);

About

.NET version of the MisaMino bot (via DLL Importing)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •