For people who have never used VS or C# or .NET (like me ;-;), it would be better to add some more alternatives and direct build instructions:
- Install .NET 6 (same link given on README)
- open terminal/cmd
cd path\to\Chess-Challenge\Chess-Challenge.csproj
dotnet run
Now you can use any code editor.
For people who have never used VS or C# or .NET (like me ;-;), it would be better to add some more alternatives and direct build instructions:
cd path\to\Chess-Challenge\Chess-Challenge.csprojdotnet runNow you can use any code editor.