knight-lang / csharp

A C# Implementation of Knight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Knight: C# Edition

This is a Knight implementation in C#. More details about Knight, its license, and specifications can be found in the knight-lang repo.

Compiling

I used the following command to build the C# executable (so I could test and time it):

dotnet publish -c Release --self-contained -r osx.10.12-x64

About

A C# Implementation of Knight


Languages

Language:C# 100.0%