Go to file
2021-03-23 19:17:22 +01:00
backend added drawing pawns on map 2021-03-21 15:13:31 +01:00
public routes added 2021-03-13 16:59:54 +01:00
src added dice images 2021-03-23 19:17:22 +01:00
.gitignore basic components and schema added 2021-03-13 16:01:03 +01:00
package-lock.json edited ready button 2021-03-20 19:40:23 +01:00
package.json edited ready button 2021-03-20 19:40:23 +01:00
README.md added changing color in navbar if ready 2021-03-20 20:52:36 +01:00

Online multiplayer Ludo

WORK IN PROGRESS ...

About

Ludo is a strategy board game for two to four players, in which the players race their four tokens from start to finish according to the rolls of a single die. Like other cross and circle games, Ludo is derived from the Indian game Pachisi, but simpler. The game and its variations are popular in many countries and under various names. Read more

Installation

Play this game here

npm i
npm start 
cd backend
npm i
node server.js

Technologies

Backend

  • Node.js
  • Express
  • express-session
  • MongoDB
  • MongoDB sessions store
  • Maybe Redis in future

Frontend

  • React
  • Axios
  • Material UI
  • Canvas