IneSantos / tic-tac-toe-vuejs

Tic Tac Toe VueJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TicTacToe in VueJS

A simple tic tac toe game, built in VueJS.

CircleCI TravisCI Codacy Badge

Play the game

Table of contents

Why

The aim of this project/game is to learn VueJS and all other tools from it's ecosystem, namely Jest, Cypress, vue-router, etc. The goal is to deliver in steps (releases), from the most basic, to the most advanced, using all that VueJS can offer.

Based on work done

https://github.com/es-repo/vue-exps/tree/master/tic-tac-toe

https://es-repo.github.io/vue-exps/tic-tac-toe/dist/index.html

https://codepen.io/Dirtier/pen/ALxWLy

https://ejdraper.com/2018/01/17/tic-tac-toe-with-vuejs/

https://codepen.io/timrijkse/pen/XjLGKv

Releases

0.0.1

The first release of this game, it the most basic code in VueJS, without any other technology.

0.0.2

Used VueCLI3 to setup a project and look at the differences the CLI created, and replicated those on this project. Also added the Codacy and CircleCI tools to analyse code (without any propers tests, yet)

About

Tic Tac Toe VueJS

License:GNU General Public License v3.0


Languages

Language:Vue 60.3%Language:JavaScript 32.8%Language:HTML 7.0%