Hey all this is my first serious project in python. It's made as a part of my seminar work at high school. Feel free to post any issues.
Have fun!
How to start
How to Play
Preview
License
- Start by cloning repository to your machine:
git clone https://github.com/phillosz/scrabble.git
- Next navigate to your terminal (either in vscode or native) and run:
cd scrabble
- After that run:
python3 rework.py
Make sure that you have python downloaded on your machine.
Board size is 15x15, so the center is at 8,8 coordiantions. All your inputs are either in CAPSLOCK or numbers.
To questions mentioning jokers please respond with YES or NO.
To questions such as directions or whether you want to replace letters or not respond with exactly the word or letter.
It is possible that you will get stuck if you for example realize that you cannot make any word even though you already typed PLAY. In that case press Control + C.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.