Doge tic-tac-toe made in Dogescript.
To run a local copy of the game, download the repository and run a webserver on top of the directory.
For example:
# Local web server with Ruby
$ ruby -run -e httpd . -p 8000
# Local web server with Python
$ python -m SimpleHTTPServerThen, point your web browser to http://localhost:8000 and play the game!
If you want to further enhance it, first you need to install it's dependencies.
After cloning the repository, install all dependencies with grunt:
$ grunt installThis game is licensed under the WTFPL-2.0.
See file LICENSE.md to see what you can and cannot do with the source code.
