Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hashnuke/tic-tac-toe-coffeescript
- Owner: HashNuke
- Created: 2014-04-25T10:07:57.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-04-28T04:57:45.000Z (over 10 years ago)
- Last Synced: 2024-10-04T21:34:37.150Z (about 1 month ago)
- Language: JavaScript
- Size: 289 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .