Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 719 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 719 Bytes

Deployment

Frontend can be found here https://reversi-northeastern.vercel.app/
Backend can be found here https://reversi-backend-4520.herokuapp.com/

Model

Contains the game, server, others...

TO DO:

  • Make oberserver interface for socketio to follow DP guidelines
  • No globals for players searching

REQUIRMENTS NEEDED:

  • See players searching for game and choose opponent
  • Leaderboard of the top 5 players by ELO
    • Prob want to move elo calculator out of controller to the model as it's own file
  • We think we have it, stores games in event of a crash to be recovered
  • Comment and standardize our code
  • Unit tests