TheIronYard--Orlando / FEE--2015--SPRING

Class projects for the Front-End Engineering cohort of @TheIronYard--Orlando for Spring 2015
Creative Commons Zero v1.0 Universal
13 stars 7 forks source link

21 -- Night of the Living Chessboard -- Sam Kauffman #267

Open sak55 opened 9 years ago

sak55 commented 9 years ago

Deliverables

piece value
pawn 1
knight 3
bishop 3
rook 5
queen 9

You should do that. Your Game class needs a players() method that returns an Object with two properties -- white and black -- that contain the Number score for each player.

JavaScript is Fun!

sak55 commented 9 years ago

Additional Practice as Necessary

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.

Additional Resources

sak55 commented 9 years ago

my PR https://github.com/sak55/TIY-Assignments/pull/24

sak55 commented 9 years ago

my new pr https://github.com/sak55/TIY-Assignments/pull/25

LoganArnett commented 9 years ago

Looking for some :+1:'s on the PR's and possibly some attempts at a Euler problem or two