An open API service indexing awesome lists of open source software.

https://github.com/hind-sagar-biswas/tictactoe

A JavaScript Tic Tac Toe Game 🎮🎯
https://github.com/hind-sagar-biswas/tictactoe

html-css-javascript javascript-game vanilla-javascript

Last synced: 7 months ago
JSON representation

A JavaScript Tic Tac Toe Game 🎮🎯

Awesome Lists containing this project

README

          

# ticTacToe

![Project Language](https://img.shields.io/static/v1?label=language&message=javascript&color=yellow)
![Project Type](https://img.shields.io/static/v1?label=type&message=game&color=blue)
![Github License](https://img.shields.io/static/v1?label=license&message=MIT&color=green)
![Latest Version](https://img.shields.io/static/v1?label=latest-version&message=v1.0&color=lightgrey)
![Maintained](https://img.shields.io/static/v1?label=maintained&message=yes&color=green)
![Ask Me Anything](https://img.shields.io/static/v1?label=ask-me&message=anything&color=green)
[![Website Up](https://img.shields.io/static/v1?label=website&message=up&color=orange)](https://hind-sagar-biswas.github.io/ticTacToe)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

A Vanilla JavaScript Tic-Tac-Toe Game 🎮

***I/N:** There might be bugs in the code. If found, please inform.*

Create Issue @ [https://github.com/hind-sagar-biswas/ticTacToe/issues](https://github.com/hind-sagar-biswas/ticTacToe/issues)

***I/N:** Screenshot is given at the end of `README.md`.*

## Demo

Live Demo @ [https://hind-sagar-biswas.github.io/ticTacToe](https://hind-sagar-biswas.github.io/ticTacToe)

## Clone

**Github CLI**

```
gh repo clone hind-sagar-biswas/ticTacToe
```

**HTTPS**

```
https://github.com/hind-sagar-biswas/ticTacToe.git
```

## Features

1. Current Features

1. General Tic Tac Toe Rules

1. 1v1 Play

1. Save Progress

1. High Score

1. Upcoming Features

1. Game Modes

1. Play Against Computer

## Languages

1. HTML5

1. CSS3

1. Vanilla JavaScript

## Frameworks

None!

## Files

* Assets

* audio

* `button-click.mp3`

* `button-error.mp3`

* `popup.mp3`

* css

* `style.css`

* images

* `tictactoe.png`

* `ttt_screenshot01.png`

* `ttt_screenshot02.png`

* js

* `app.js`

* `index.html`

* `LICENSE`

* `README.md`

## License

This project is licenced under `MIT` open source license.

## Screenshot

![Screenshot 01](https://github.com/hind-sagar-biswas/ticTacToe/blob/main/assets/images/ttt_screenshot01.png)
![Screenshot 02](https://github.com/hind-sagar-biswas/ticTacToe/blob/main/assets/images/ttt_screenshot02.png)