Skip to content

Commit

Permalink
That's the funniest thing I've ever heard and I will _not_ condone it…
Browse files Browse the repository at this point in the history
…. -- DyerMaker, 17 March 2000 MegaPhone radio show
  • Loading branch information
alexdantas committed Jun 4, 2014
1 parent bc61185 commit a3850f9
Showing 1 changed file with 32 additions and 5 deletions.
37 changes: 32 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,45 @@
# doge toe

![screen](http://alexdantas.net/stuff/wp-content/uploads/2014/05/doge-toe.png)
Doge tic-tac-toe made in Dogescript.

Doge tic-tac-toe made in Dogescript
![screen](http://alexdantas.net/stuff/wp-content/uploads/2014/06/doge-boy.png)

* To play online, [click here][live].
* To see why I did it and some comments, [click here][post].
* [Play it online (live demo)][live]!
* [Why did I do it?][post].

# License
## Usage

To run a local copy of the game, [download the repository][repo] and run a webserver on top of the directory.

For example:

```bash
# 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][repo], install all dependencies with `grunt`:

```bash
$ 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.

[live]: http://alexdantas.net/games/doge-toe/
[post]: http://alexdantas.net/stuff/posts/doge-toe-tic-tac-toe-with-dogescript/
[repo]: https://github.com/alexdantas/doge-toe/archive/master.zip

0 comments on commit a3850f9

Please sign in to comment.