Skip to content

nachogutierrez/pylos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pylos

Web version of the board game pylos

Production instance: https://pylos-5b63e.firebaseapp.com

how to play

  • 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

development

requirements

  • node version: 12.14+
  • yarn version: 1.21+

local setup

# install dependencies
yarn install

# automatically build project on changes
yarn watch

in a separate terminal run an http server from dist directory

run tests

# linux/mac
yarn test

# windows
yarn win:test

deploy

# requires firebase authentication
firebase deploy

Releases

No releases published

Packages

No packages published