cheevu-RS / scrabble

The scrabble board game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scrabble

The famous word game - Scrabble!

Backend -> repository

Motivation

I was hooked to scrabble for a while during the quarantine and wanted to make a bot to find the optimal word that can be placed at every stage. This, combined with the lack of a free online place (that is pleasing to the eye) to play scrabble online with your friends led me to start working on this project.

Tech Stack

Frontend - React, Redux
Backend - NodeJS

Objectives

V1 - Basic Scrabble board

  • Interactive scrabble board
  • Board maker (placing TL, DL, TW, DW on positions to make scrabble board)
  • Drag and drop from holder to board, repositioning of letter on board
  • Add game rules
  • Add backend to facilitate 2 player game
  • Add in-game chat

V2 - Rooms

  • Extend backend for 2-6 players in the same game
  • Create rooms and extend chat to whole room

V2.5 - Add responsiveness

  • Responsive UI
  • Add joyride

V3 - Game bot

  • Make brute force bot
  • Make efficient bot using tries
  • Compare
  • Add as feature for people playing

Setup

npm install

Starting server

npm start

About

The scrabble board game


Languages

Language:JavaScript 89.5%Language:CSS 7.6%Language:HTML 2.9%Language:Shell 0.0%