Skip to content

chukwumaijem/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