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
- Host: GitHub
- URL: https://github.com/jojoee/xo-monster
- Owner: jojoee
- License: mit
- Created: 2015-04-17T12:32:10.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-01T17:18:19.000Z (almost 10 years ago)
- Last Synced: 2024-12-28T07:42:16.994Z (over 1 year ago)
- Topics: tic-tac-toe
- Language: JavaScript
- Homepage: http://jojoee.github.io/xo-monster/
- Size: 685 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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