Giter VIP home page Giter VIP logo

scrabble's People

Contributors

fayrose avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

scrabble's Issues

Incomplete words counted as actual words

When placing a word, you can write only some initial parts of it example you can write the word REAL, you can write just REA and the algorithm will count it as valid word.

Line:
if self.word not in dictionary:
return "Please enter a valid dictionary word.\n"

Scores are incorrect

During gameplay, scores don't seem to work properly.
For example, I tried 'JOG' on the first turn (J is worth 8, O is worth 1, and G is worth 2, first turn gets double points for being on the center star). I should have gotten 22 points from that, but instead I was given 4.
Then, player 2 played 'GORE' while intersecting with the O in 'JOG'. G and R were on double letter tiles, which should give a total of 8 points, but there were only 7 points given to player 2.

Blanks don't work

Nothing in the readme explains how to use blank tiles.
I found that using # counts as the blank when entering the word to play, but afterwards I can't figure out how to have new words intersect with this blank tile.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.