Secret hitler game from Vue.js
- ลอก Secret hitler
- Repo ต้นแบบ ftick/secret-hitler
- แต่ใช้ Firebase realtime database แทนการใช้ socket.io และ Postgres
An online implementation of the board game Secret Hitler, written in node.js and socket.io.
Play at secrethitler.games (requires 5 players, use guest accounts to test).
Supports 5-10 players, text or voice (beta) chat, and the game's core rule set. Game data is persisted to allow features like stat aggregation, or game replays in future.
"Secret Hitler" is a game designed by Max Temkin, Mike Boxleiter, Tommy Maranges, and Mackenzie Schubert. This adaptation is neither affiliated nor endorsed by the copyright holders.
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For a detailed explanation on how things work, check out the guide and docs for vue-loader.