34 lines
898 B
Markdown
34 lines
898 B
Markdown
# 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](https://en.wikipedia.org/wiki/Ludo_(board_game))
|
|
|
|
## Interface
|
|

|
|
|
|
## Installation
|
|
Play this game [here](https://smaga-wiktor-ludo.herokuapp.com)
|
|
```
|
|
npm i
|
|
npm start
|
|
cd backend
|
|
npm i
|
|
node server.js
|
|
```
|
|
|
|
## Technologies
|
|
### Backend
|
|
- Node.js
|
|
- Express
|
|
- Express-session
|
|
- MongoDB, Mongoose
|
|
- MongoDB sessions store
|
|
### Frontend
|
|
- React
|
|
- Axios
|
|
- Material UI
|
|
- Canvas
|
|
## ToDo
|
|
- Redis
|
|
- SocketIO
|
|
- Add more game logic |