Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
/ TicTacToe Public archive

Network Game Tic-Tac-Toe based on WPF and WCF.

License

Notifications You must be signed in to change notification settings

AlexeyBuryanov/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Network game Tic-Tac-Toe based on WPF and WCF license

To invite to the game click right mouse button on the user who is online.

  • WPF;
  • WPF vector graphics;
  • WCF;
  • MS SQL DB;
  • LINQ to SQL;
  • MVVM;
  • Data Binding;
  • Custom styles;
  • Custom window;
  • Game lobby with chat;
  • Game history and mini stats of win/lose;
  • Client/Server model.

TODO list:

  • The correct end of the game;
  • Waiting for the opponent's move;
  • Rebuild project architecture.