Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```