christynicol / ludo-game-ai

Adding an AI harness and AIs to a Ludo game implementation built with Reactjs. Made to work on the browser and Electron!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Adding an AI harness and AIs to a Ludo game implementation built with Reactjs. Made to work on the browser and Electron!

License:MIT License


Languages

Language:JavaScript 90.4%Language:CSS 7.1%Language:HTML 2.4%