Tic Tac Toe

Tic Tac Toe desktop app built with ElectronJS.


screenshot

Setup

  • Install dependencies
$ npm i
  • Start the app
$ npm start
  • Create executable
$ npm run make