Skip to content

Ludo game. Built with Reactjs. Made to work on the browser and Electron! https://dazeludo.netlify.com/

License

Notifications You must be signed in to change notification settings

sukiejosh/ludo-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ludo Game

What is this repository for?

Desktop Ludo game built with React and Electron.

  • Install nvm, node, npm, and yarn. Node 8.9.4 is the recommened minimum.

How do preview the app?

  • Run nvm use to set node version to 8.9.4
  • Run yarn install in the application root to install dependencies
  • Run npm run preview to view and play the game

How do I get set up for development?

  • Run nvm use to set node version to 8.9.4
  • Run yarn install in the application root to install dependencies
  • Run npm run work to start working
  • Use npm run dev if you prefer to use it on the browser

How do I build the app? (Not setup yet!)

  • Run nvm use to set node version to 8.9.4
  • Run yarn install in the application root to install dependencies
  • Run npm run build to build the app for your platform

Screenshot

Depending on the number of players selected, some houses may be disbaled.

Two Player Mode

alt text

Three Player Mode

alt text

Four Player Mode

alt text

About

Ludo game. Built with Reactjs. Made to work on the browser and Electron! https://dazeludo.netlify.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.5%
  • CSS 7.1%
  • HTML 2.4%