Open sak55 opened 9 years ago
If you're looking to brush up for the rest of the week, doing some API Gymnastics or tackling another Project Euler problem would be a good start. If you're really brave, check out Code Wars for some daily warm-ups.
Looking for some :+1:'s on the PR's and possibly some attempts at a Euler problem or two
Deliverables
git log
to hunt down the last commit to your chessboard, not theTIY-Chessboard
that we did in pairs. Then usegit checkout
to resurrect it to new, unholy life! If you find that it's missing some pieces, you're not crazy. I bet your jQuery Fu can take care of that.Game
should have an internal list of moves, anArray
ofFunction
items that advance the state of theBoard
when invoked.You should do that. Your
Game
class needs aplayers()
method that returns anObject
with two properties --white
andblack
-- that contain theNumber
score for each player.JavaScript is Fun!
setInterval()
browser API and theDate
type in JS (I swear we've seen that before somewhere). Peeking at the source code for the reference implementation might help, too. - (L)Requirements
21 -- Night of the Living Chessboard
feature/21--living-chessboard
pub/index.html
pub/js/main.js
pub/css/main.css
pub/css/main.scss
scripts/euler-XX.js
scripts/gymnastics.js