Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.15 KB

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