Skip to content

alexdantas/doge-toe

Repository files navigation

doge toe

Doge tic-tac-toe made in Dogescript.

screen

Usage

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 SimpleHTTPServer

Then, point your web browser to http://localhost:8000 and play the game!

Development

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 install

License

This game is licensed under the WTFPL-2.0.

See file LICENSE.md to see what you can and cannot do with the source code.