This repository contains a Vue.js implementation of the games Tic-Tac-Toe, Connect Four, and Chess. Vuex was used for game state management. Game logic was implemented in Vuex. Chess piece sprites were drawn by me.
npm install
npm run serve
npm run build
npm run lint