/werewolf-front

the front end of werewolf

Primary LanguageVueMIT LicenseMIT

Werewolf Front-end

996.icu Repo size

Status

Test Status Build status

Introduction

This is an open source project for an online judge of game The Werewolves of Millers Hollow, this repo is the front-end part, please find the backend part here.

To play this game, please visit my game site

This project is implemented in Vue.js, including Vuex and Vue Router, using WebSocket to receive the status of game from the server in real time. Bearer Authentication is used to maintain the user authorization.

To deploy this project, you can find the artifacts in Build Pipelines or clone this repository and run yarn install && yarn build to get the built files in dist folder.

You may modify the configues in the .env file to connect your backend.