A ludo game that allows playing between as many people as you want. Awesome boards, emotes and animation. Fully open source.
Built with HTML5, CSS, tailwindCSS, JS and GO. Vite is used as build tool.
- Clone this repository
- Run
docker-compose up
from the root of the project - Open your browser at
http://localhost:6969
Or, if you want to run the project without docker, you can do the following if you have node installed:
- Clone this repository
- Run
npm install
from the root of the project - Run
npm run dev
from the root of the project - Open your browser at
http://localhost:6969
- Clone this repository
- Run
npm install
from the root of the project - Run
npm run build
from the root of the project - Run
npm run preview
from the root of the project - Open your browser at
http://localhost:4173
The production build will be in the dist
folder. You can copy this folder to your production server and direct your initial page load to index.html
in dist
.
This game is build by Khela Hobe! team member Sakib Ahamed Shahon and Arafat Hosssain Rifat