Download fun : 'tic -> 'tac -> 'toe
Description
Fun(ctional) Tic-Tac-Toe is an addictive variation of Tic-Tac-Toe with a timed countdown twist. The engine and view models are written in F# while the front end is implemented in C#.
Source Files
The download file funtictactoe.zip has the following entries.
trunk/FunTicTacToe/FunTicTacToe.ico//w w w. ja v a 2s . c o m
trunk/FunTicTacToe/FunTicTacToe.sln
trunk/FunTicTacToe/FunTicTacToe.vssscc
trunk/FunTicTacToe/TicTacToe.Engine/AssemblyInfo.fs
trunk/FunTicTacToe/TicTacToe.Engine/Models.fs
trunk/FunTicTacToe/TicTacToe.Engine/Script.fsx
trunk/FunTicTacToe/TicTacToe.Engine/Searcher.fs
trunk/FunTicTacToe/TicTacToe.Engine/TicTacToe.Engine.fsproj
trunk/FunTicTacToe/TicTacToe.Engine/TicTacToe.Engine.fsproj.vspscc
trunk/FunTicTacToe/TicTacToe.Engine/TicTacToeEngine.fs
trunk/FunTicTacToe/TicTacToe.Engine/ViewModel.fs
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/FunTicTacToe.ico
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/PlayerInformationPanel.Designer.cs
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/PlayerInformationPanel.cs
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/PlayerInformationPanel.resx
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/Program.cs
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/Properties/AssemblyInfo.cs
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/Properties/Resources.Designer.cs
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/Properties/Resources.resx
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/Properties/Settings.Designer.cs
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/Properties/Settings.settings
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/TicTacToe.UI.WindowsForm.csproj
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/TicTacToe.UI.WindowsForm.csproj.vspscc
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/TicTacToeBoard.Designer.cs
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/TicTacToeBoard.cs
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/TicTacToeBoard.resx
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/TicTacToeForm.Designer.cs
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/TicTacToeForm.cs
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/TicTacToeForm.resx
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/UIThreadBoundControlExtensions.cs
trunk/FunTicTacToe/TicTacToe.UI.WindowsForm/ViewModelUserControl.cs
Download
Click the following link to download funtictactoe.zip.
funtictactoe.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »