bharatmazire / Game-TicTacToe-Win32

Tic-Tac-Toe Game using Win32 SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe


Simple Tic-Tac-Toe gameplay implementation using "Win32 SDK"

  1. Initail Stage

alt text


  1. Intermediate Stage

alt text


  1. Result Stage

alt text


REQUIRENMETS :

  • Operating System : WINDOWS OPERATING SYSTEM

    • It might support any Windows Operating System above Windows NT
  • Architecture : X86 ARCHITECTURE (DESKTOP APPLICATION)

    • Application developed on Windows 10 machine using Visual Studio 17for x86 architecture (32 bit machines)
    • It will also run on X64 architecture machine (backword compatibility)

About

Tic-Tac-Toe Game using Win32 SDK

License:MIT License


Languages

Language:C++ 96.1%Language:C 3.9%