Skip to content

Commit 8eac2eb

Browse files
authored
Merge pull request #74 from Atif0604/main
Added A Readme to Tic-Tac-Toe
2 parents 93cce3d + db6994e commit 8eac2eb

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

Tic-Tac-Toe Game/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<h1>Tic-Tac-Toe Game</h1>
2+
3+
<p>Simple Tic-Tac-Toe Game written in HTML, CSS, and JavaScript .</p>
4+
5+
### Use of the Project:
6+
7+
<p>The Tic-Tac-Toe Game is to be played between two people (in this program between HUMAN and COMPUTER)</p>
8+
9+
<h3>Used Technologies</h3>
10+
<ul>
11+
<li>HTML5</li>
12+
<li>CSS3</li>
13+
<li>JavaScript</li>
14+
</ul>
15+
16+
#### Steps to Use:
17+
18+
---
19+
20+
- Download or clone the repository
21+
22+
```
23+
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects.git
24+
```
25+
26+
- Go to the directory
27+
- Run the index.html file
28+
- Start Playing!!
29+
30+
<h3> ScreenShots </h3>
31+
<img width="889" alt="tictactoe-light" src="https://user-images.githubusercontent.com/64218887/124368601-4070f000-dc80-11eb-8d0d-4c7894491af6.png">
32+
<br>
33+
<img width="878" alt="tictactoe-dark" src="https://user-images.githubusercontent.com/64218887/124368600-3f3fc300-dc80-11eb-979c-a5e802dc344a.png">
34+
<br>
35+

Tic-Tac-Toe Game/tictactoe-dark.png

29.1 KB
Loading

Tic-Tac-Toe Game/tictactoe-light.png

33.3 KB
Loading

0 commit comments

Comments
 (0)