Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 797 Bytes

File metadata and controls

23 lines (17 loc) · 797 Bytes

Example castle

Score Validator for the board game Castles of Mad King Ludwig. After spending many hours playing this 2-4 player board game, we felt the need for an automated way to sum up castle points. Mad Castles lets you input your castle and tells you how many points it is worth.

Install dependencies

brew install yarn # or install yarn some other way
yarn

Running the dev server

Local dev server will watch local Typescript files and auto-compile when they change

yarn start
Visit localhost:8080

Deployment

make deploy