Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Readme source code.txt | 2020-04-10 | 878 Bytes | |
SudokuDareSourceCode1000.zip | 2020-04-10 | 45.8 kB | |
Totals: 2 Items | 46.7 kB | 0 |
Sudoku Dare is made in Visual Studio 2019. It's programmed by using c#, WPF, xaml and 2 NuGet packages: MahApps.Metro version 1.6.5 ControlzEx version 3.0.2.4 After creating a Sudoku Dare project in Visual Studio, the following folder structure and their contents is needed. Functions - StringExtensions.cs Help - help.png and helpblack.png Properties - Settings.settings - Settings.Designer.cs Settings - Black.xaml - BlueDark.xaml - BlueGray.xaml - BlueGrayDark.xaml - BlueGrayLight.xaml - Gray.xaml - GrayLight.xaml - GrayWhite.xaml - Settings.cs - settings.png - settingsblack.png - White.xaml App.config App.xaml App.xaml.cs icon.png MainWindow.xaml MainWindow.xaml.cs sudokudae.ico Sudokus.cs All these files must be added to the project. The above structure including their files are in SudokuDareSourceCode.zip.