Skip to content

A ludo game that allows playing between as many people as you want. Awesome boards, emotes and animation. Fully open source.

License

Notifications You must be signed in to change notification settings

sakib3201/lets-ludo

Repository files navigation

Lets-ludo

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.

Running the project

  1. Clone this repository
  2. Run docker-compose up from the root of the project
  3. 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:

  1. Clone this repository
  2. Run npm install from the root of the project
  3. Run npm run dev from the root of the project
  4. Open your browser at http://localhost:6969

Building the project for production

  1. Clone this repository
  2. Run npm install from the root of the project
  3. Run npm run build from the root of the project
  4. Run npm run preview from the root of the project
  5. 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.

Developers

This game is build by Khela Hobe! team member Sakib Ahamed Shahon and Arafat Hosssain Rifat

About

A ludo game that allows playing between as many people as you want. Awesome boards, emotes and animation. Fully open source.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published