Closed jeremyrist closed 9 years ago
PR link for TIY-Assignments: https://github.com/jeremyrist/TIY-Assignments/pull/33
PR link for Journal/Tutorial: https://github.com/jeremyrist/jeremyrist.github.io/pull/24
PR link for Chess 2.0: https://github.com/jeremyrist/TIY-Chessboard/pull/4
Comments on Journals/Tutorials: https://github.com/ericquayson/ericquayson.github.io/pull/12 https://github.com/s4dmw/s4dmw.github.io/pull/18
"d4", "Nf6", "c4", "e6", "g3", "d5" "Bg2", "Be7", "Nf3"
I'm happy with how browser-sync is running and it says it's connected but it's not actually updating after each save. Am I missing an HTML link or something?
Continue Improving given because:
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
?