Web version of the board game pylos
Production instance: https://pylos-5b63e.firebaseapp.com
- Open https://pylos-5b63e.firebaseapp.com and click
play
button. - After the game board is loaded click the share icon
- Send shareable url to a friend
- Click (or touch) on any of the hollows to insert a ball
- node version: 12.14+
- yarn version: 1.21+
# install dependencies
yarn install
# automatically build project on changes
yarn watch
in a separate terminal run an http server from dist
directory
# linux/mac
yarn test
# windows
yarn win:test
# requires firebase authentication
firebase deploy