Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 929 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 929 Bytes

TicTacToe

Build status

A project on Tic-Tac-Toe game, written by C#. Graphic is simulated google.com Tic-Tac-Toe template.

Screenshot

Screenshot

Feature

Select Easy, Medium, Impossible or Player against a friend Screenshot

  • Easy Mode - AI play randomly.
  • Medium Mode - AI try not to let you win.
  • Impossible Mode - AI will not let you win, it is unbeatable.
  • Friends Mode - Play with your best friend! (yourself...)

Instruction

  1. Download the zip from (https://github.com/BattlefieldDuck/TicTacToe/archive/master.zip)
  2. Run TicTacToe.exe
  3. Enjoy!

Advance

Required Visual Studio 2015 or later