Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

karin's js scrabble. #20

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

karin's js scrabble. #20

wants to merge 7 commits into from

Conversation

wordkarin
Copy link

I made my scoring methods to be "class" methods, and my player methods to be instance methods. I'm not sure if that's right, but it seemed to make sense that to have player methods, I needed to have an instance of the player. I started off with another constructor for "Scoring", but decided later that the score and highestScoreFrom methods could be on Scrabble itself, and changed them.

I have the baseline requirements finished; I spent some time trying to figure out how to separate my program into separate JS files, but did not figure it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants