https://github.com/amkreta/dockerized-multiplayer-ludo
https://github.com/amkreta/dockerized-multiplayer-ludo
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amkreta/dockerized-multiplayer-ludo
- Owner: AmKreta
- License: mit
- Created: 2022-07-13T02:47:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T18:03:36.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T09:41:32.778Z (7 months ago)
- Language: JavaScript
- Size: 1.87 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerized-Multiplayer-Ludo.
#### ( not completed yet )#### Multiplayer ludo game made using docker
### click here to view demo
[](https://www.youtube.com/watch?v=NANSV7pPtRY)## What is done till now :-
- User can create channel and play it with friends
- An instance of ludo game is created for every channel on server, which is kind of a simulation of ludo game that users are playing, and users get to see result of this simulation on their screen
- Added bots also , bot can play by themselve and decide their actions based on random function
- on frontend , created path travelling algorithm for pawns to move.
- created a dice using CSS 3D, and animated it.
- created a ludo board using flexbox and grid.## How to build :-
- install docker and docker-compose (see docs)
- go to root directory
- run docker-compose up