[Solved] Having trouble compiling an ultimate tic tac to code I found because it is in a different coding language than what I am learning [closed]


You can compile the program with Visual Studio 2019 (Community Edition will be good)

The published github is not friendly…you have to create the project from scratch, follow those steps

  • Create a new WPF project (WPF App (.NET Framework))
  • Copy all files in the project folder
    (overwrite MainWindow.xaml and MainWindow.xaml.cs)
  • Add all .cs file
    to the project (right click on project name -> Add -> Existing Item
    -> select .cs files)
  • Build and run

1

solved Having trouble compiling an ultimate tic tac to code I found because it is in a different coding language than what I am learning [closed]