- Tic-Tac-Toe 2-player game( C programmed) using basic C functions.
- User can now know more rules by pressing y/Y which will be redirected to link
- User will get two options to either start game or view the LeaderBoard.
- On pressing 1, users can enter their usernames,afterwhich player1 will be allowed to choose
X
or0
and then the users enter the gaming area to make moves using numeric keypad. - First user to get three spaces in a row/column or diagonally wins!
- On pressing 2, a
LEADERBOARD
will be shown of the users played on a particular system, after which users can enter the gaming area on pressing 1 or by pressing any other key, they can end the game and come back later.
- Starting of Game
- LeaderBoard
- In-between Game scenes
- For Windows users,you may download the Application to know how the game is played.
- The repository is open to contribution from all interested developers(mainly beginners).
- You may go through CONTRIBUTING.md to see what you can contribute to.
- Also, you can write by opening an Issue and also solve a current issue if possible.
- Fork this project to your Github acoount.
- After forking enter following commands in your terminal.
$ git clone https://github.com/mishal23/Tic-Tac-Toe
$ cd Tic-Tac-Toe
$ vi Code.c
-
Kindly send Pull Requests with explanation as to what changes you have done.
-
This repository was created and is currently maintained by Mishal Shah.
- This software is created under MIT License