Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 787 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 787 Bytes

Tic Tac Toe

Synopsis

This is a simple a Tic Tac Toe game that can be played by two people.

Demo

Motivation

This simple web page was created to show off what Vue can do. Vue, as a progressive Framework, can provide solutions to simple problems as well as more complex problems. This Tic Tac Toe game shows how Vue can provide a nice interface to connect a HTML page and a JS script. Check out this article here for more

Installation

Clone the project and open the HTML page in your browser. This is a simple example and Vue is loaded via a CDN. No build tools are used in the project.

Credits

License

Licensed under MIT.