Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukechu10/ultimate-tictactoe-gui
https://github.com/lukechu10/ultimate-tictactoe-gui
electron gui javascript ultimate-tic-tac-toe
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lukechu10/ultimate-tictactoe-gui
- Owner: lukechu10
- Created: 2019-08-20T18:19:30.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:47:40.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T00:01:10.176Z (7 months ago)
- Topics: electron, gui, javascript, ultimate-tic-tac-toe
- Language: JavaScript
- Size: 1.27 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electron APP
[![Build Status](https://dev.azure.com/Bloody-Turtles/Ultimate%20TicTacToe%20AI/_apis/build/status/GUI%20Application%20Build?branchName=master)](https://dev.azure.com/Bloody-Turtles/Ultimate%20TicTacToe%20AI/_build/latest?definitionId=5&branchName=master)
Powered by `Ultimate-TicTacToe-AI`: https://github.com/lukechu10/Ultimate-TicTacToe-AI
## Build instructions
```bash
git clone https://github.com/lukechu10/Ultimate-TicTacToe-GUI.git uttt
cd uttt
npm install
npm run build:pug
npm start
```