Roslyn C# allows runtime loading of assemblies and C# scripts using the Roslyn compiler making it easy to add modding support or in-game programming to your project. In addition, Roslyn C# also includes code security verification that allows you to specify a number of security restrictions that loaded code must adhere to including illegal namespaces and types. This makes it much safer to load 3rd party code from unknown sources.Roslyn C#允许使用Roslyn编译器对程序集和C#脚本进行运行时加载
包括一个基于编程的小游戏,目标是通过编写执行方向决策的代码,将鼠标从迷宫中导航出来
Includes a small programming based game where the objective is to navigate a mouse out of a maze by writing code that performs the direction decision making.