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)
- Host: GitHub
- URL: https://github.com/tahsinzidane/tic-tactics
- Owner: tahsinzidane
- License: mit
- Created: 2025-01-20T17:34:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T16:50:41.000Z (4 months ago)
- Last Synced: 2025-01-21T17:40:35.612Z (4 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.