Skip to content

GaoRy-127/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

TicTacToe

Can play n by n Tic Tac Toe in prompt.
You can even play 10*10 Tic Tac Toe!

Discription

  • First

    Making functions

    1. Line making function
    2. Coordinate input function
    3. Win/lose Judgment function
         int slash(int n);		//줄 함수
         void plane();		//좌표 입력받는 함수
         int coin(int n);		//승,패,무승부 판정 함수
    
  • Second

    Get size of Game Board

  • Third

    Get coordinate of X and O And then print Game Board

  • Fourth

    Find winner of the Game and print result

Others..

  • I made this code to do my college assignment.
  • I am hoping that my code can help other undergraduate students' assignments.

About

Can play n*n Tic Tac Toe

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages