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

https://github.com/tahsinzidane/tic-tactics

Yo, made a Tic Tac Toe game in Electron.js (it's dekstop app basically)
https://github.com/tahsinzidane/tic-tactics

Last synced: 2 months ago
JSON representation

Yo, made a Tic Tac Toe game in Electron.js (it's dekstop app basically)

Awesome Lists containing this project

README

        

# Tic-Tac-Toe

A simple Tic-Tac-Toe game built with Electron.js.

## Features
- Classic Tic-Tac-Toe gameplay.
- Built with Electron for desktop.

## Setup

- clone this repo
```
https://github.com/tahsinzidane/tic-Tactics.git
```

- Install dependencies
```
npm install
or
yarn add
```
- Run the program
```
npx electron .
```
- Or run dist
```
npm run dist
```

## License
This project is licensed under the ISC License.