Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hashnuke/tic-tac-toe-coffeescript

Tic Tac Toe in coffeescript
https://github.com/hashnuke/tic-tac-toe-coffeescript

Last synced: 24 days ago
JSON representation

Tic Tac Toe in coffeescript

Awesome Lists containing this project

README

        

# Tic Tac Toe in CoffeeScript

So, go [play](http://akash.im/tic-tac-toe-coffeescript/index.html)

### Running it locally

You'll need a local server because coffeescript compiler is being used to eval coffeescript in the browser.

* Run `python -m SimpleHTTPServer`
* Visit the app at

### TODO

* [/] Seperate DOM-related stuff from the game classes
* [ ] Jasmine tests
* [ ] IDEA: Scrape TeeSpring homepage and use images of featured tshirts as pawns :)

### Tests

Jasmine is setup. You'll need to run `python -m SimpleHTTPServer` after you clone the repo to run the tests. Visit .