Closed karjac14 closed 9 years ago
Journal PR: https://github.com/karjac14/karjac14.github.io/pull/11
TIY-Chessboard PR: https://github.com/karjac14/TIY-Chessboard/pull/4 working main.js re-coded according to docblock. in progress test.js re-coded
TIY-Assignments PR: https://github.com/karjac14/TIY-Assignments/pull/36
Please review and close...
TIY-Assignments
named18--night-of-the-chessboard
frommaster
USERNAME.GitHub.io:journal-week-4
journal-week-4.md
or something creativetutorial-week-4.md
or something creativeTIY-Assignments:18--night-of-the-chessboard
CheatSheets/GitHubAPI.md
TIY-Chessboard:chess-2.0
USERNAME.GitHub.io
fromjournal-week-4
intomaster
TIY-Assignments
from18--night-of-the-chessboard
intomaster
TIY-Chessboard:chess-2.0
js/main.js
tests.html
(see below)chai
intests.html
... CDN, anyone?require
won't work here... justmocha.it
!game.board
...? What does it do?game.reset
? What does it return? Any side-effects?game.applyMove
?game.applyMove
is cheating;game.next
...!game.reset
is more interesting?game.next
but can yougame.prev
...?game.end
is really a lot ofgame.next
...game.play
, tho... How U evensetInterval
?