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

Cara & Emilce -- Scrabble -- Octos #15

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

Commits on Feb 20, 2018

  1. Passes first test

    MississippiBrenn committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    e2c52df View commit details
    Browse the repository at this point in the history
  2. Added all letters and corresponding scores

    emilcecarlisa committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    224cb5d View commit details
    Browse the repository at this point in the history
  3. 2nd test passes

    MississippiBrenn committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    7587430 View commit details
    Browse the repository at this point in the history
  4. Uncommented test

    MississippiBrenn committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    8d37ff8 View commit details
    Browse the repository at this point in the history
  5. Sorry, small & irrelevant changes

    emilcecarlisa committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    4fe7c59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a38c5e5 View commit details
    Browse the repository at this point in the history
  7. Passing the bad characters test

    emilcecarlisa committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    4f4eada View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3548f89 View commit details
    Browse the repository at this point in the history
  9. Merging changes

    emilcecarlisa committed Feb 20, 2018
    Configuration menu
    Copy the full SHA
    7d32569 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. MERGING

    emilcecarlisa committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    85f75ed View commit details
    Browse the repository at this point in the history
  2. Resolved MERGING

    emilcecarlisa committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    3a5b7c6 View commit details
    Browse the repository at this point in the history
  3. Passed all tests. Wave 1 complete

    emilcecarlisa committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    0892d57 View commit details
    Browse the repository at this point in the history
  4. Created player file and class

    emilcecarlisa committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    9ae753e View commit details
    Browse the repository at this point in the history
  5. Added player_spec file

    emilcecarlisa committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    62cb538 View commit details
    Browse the repository at this point in the history
  6. Verifying files available

    emilcecarlisa committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    d47ddf1 View commit details
    Browse the repository at this point in the history
  7. Wave 2 first test passing

    emilcecarlisa committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    985493a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2018

  1. End of day Wed

    MississippiBrenn committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    7a621df View commit details
    Browse the repository at this point in the history
  2. Added method to sum the word scores

    emilcecarlisa committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    f75b789 View commit details
    Browse the repository at this point in the history
  3. Added sum test.

    emilcecarlisa committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    5c19817 View commit details
    Browse the repository at this point in the history
  4. Added won method

    MississippiBrenn committed Feb 22, 2018
    Configuration menu
    Copy the full SHA
    caace60 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Added the highest scoring word method and test

    emilcecarlisa committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    b113b7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c732d94 View commit details
    Browse the repository at this point in the history
  3. Added the Tilebag initialize

    emilcecarlisa committed Feb 23, 2018
    Configuration menu
    Copy the full SHA
    b78233e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. Configuration menu
    Copy the full SHA
    b889754 View commit details
    Browse the repository at this point in the history
  2. Added functionality to draw random tiles and delete them from the til…

    …ebag.
    emilcecarlisa committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    a4004b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Configuration menu
    Copy the full SHA
    f86752a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56bc249 View commit details
    Browse the repository at this point in the history
  3. Updated scoring tests and method

    emilcecarlisa committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    8675e20 View commit details
    Browse the repository at this point in the history
  4. err

    emilcecarlisa committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    d9c0355 View commit details
    Browse the repository at this point in the history
  5. Adjusting player_spec tests(returns words played)

    emilcecarlisa committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    bfd2068 View commit details
    Browse the repository at this point in the history
  6. highest word/highest score tests running

    emilcecarlisa committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    7e69944 View commit details
    Browse the repository at this point in the history