Written using React & Socket.io, generated via create-react-app
Online version is available at http://scattegories-online.xyz/
For running the game locally you need to install dependencies and run frontend and backend separately
cd client
npm start
cd server
npm start
- Write tests for frontend/backend (VERY important)
- Refactor backend to utilize TypeScript
- Add restart game functionality
- Add accounts
- Add daily/weekly scoreboard
- Start saving answers to DB
- Add bots which would use answers based of answers saved in DB
- Docker