SebLague / Chess-Challenge

Create your own tiny chess bot!

Home Page:https://www.youtube.com/watch?v=Ne40a5LkK6A

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add alternative installation/build method in README

impopular-guy opened this issue · comments

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.

ah wow thank you. I was trying stuff with manually running msbuild, which didn't work.

honestly, that should be in the Readme.

Thank you this was very helpful!

Thanks for sharing these instructions. I've added a link to this in the readme.