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

https://github.com/jojoee/xo-monster

(WIP) Tic Tac Tao 4x4, Algorithm Competition
https://github.com/jojoee/xo-monster

tic-tac-toe

Last synced: 7 months ago
JSON representation

(WIP) Tic Tac Tao 4x4, Algorithm Competition

Awesome Lists containing this project

README

          

# XO monster
(In Progress) Tic Tac Tao 4x4, Algorithm Competition - [Demo](http://jojoee.github.io/xo-monster/) | [Test](http://jojoee.github.io/xo-monster/test/SpecRunner.html)

## Note

- 2 spaces to indent
- Code Standard : [Wordpress Javascript](https://make.wordpress.org/core/handbook/coding-standards/javascript/)
- Test : [Jasmine](http://jasmine.github.io/)
- DocBlocks : [jsDoc](http://usejsdoc.org/)

## Todo

- [ ] Remove the others such as all about canvas
- [ ] Complete unit test
- [ ] create acceptance test
- [ ] User can upload bot code and compute it
- [ ] Create `gh-pages` branch and update it to be default branch
- [ ] Remove `master` branch
- [ ] Add animation
- [ ] Update board size to 4x4 (currently, board size is 3x3)
- [ ] Add recalculate button
- [ ] Auto recalculate when 5 secs have passed
- [ ] Update `Demo` and `Test` URL
- [ ] Use `bower` for 3rd party dependency (`font-awesome`, `jquery`, `jasmine`)
- [ ] Use CDN for production
- [ ] Add gulp