Certain events (a global pandemic for example) may prevent you from gathering with your friends to play epic katana games.
Following this sad observation, an idea has bloomed in the mind of a genius! : "And why not make it possible to play cards from a distance ?"
This is how this project was born.
The project reuires NodeJs and npm/yarn
- Clone the repo
git clone https://github.com/vratojr/avisto_katana.git
- Navigate to the folder
cd avisto_katana
- Install NPM packages
npm install
npm run debug
npm run serve:ui
To add 5 new players to the game, call:
http://localhost:4000/api/test/players/add5
Then login with a new player and start the game! :)