Go to file
2023-12-11 11:21:30 +01:00
backend refactored frontend 2023-12-08 19:47:10 +01:00
public routes added 2021-03-13 16:59:54 +01:00
src added useKeyPress hook 2023-12-11 11:21:30 +01:00
.gitignore added credentials file 2023-11-12 13:37:43 +01:00
.prettierrc added handler for login 2022-05-29 18:17:28 +02:00
package-lock.json updated packages 2023-12-09 12:34:54 +01:00
package.json updated packages 2023-12-09 12:34:54 +01:00
README.md added game handler 2022-05-30 10:59:33 +02:00

Online multiplayer Ludo

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

Interface

Interface

Installation

Play this game here

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

Technologies

Backend

  • Node.js
  • Express
  • Express-session
  • MongoDB, Mongoose
  • MongoDB sessions store
  • SocketIO

Frontend

  • React
  • Axios
  • Material UI
  • Canvas