Skip to content
/ beat-the-host Public template

This is a Vue3-based game inspired by Schlag den Raab.

Notifications You must be signed in to change notification settings

WiSchLabs/beat-the-host

Repository files navigation

Beat the Host

This is a Vue3-based game inspired by Schlag den Raab.

Customize configuration

Then you would need to add all the challenges you want to be available to the game in data/challenges.json.

You would also need to adjust the names of the players in data/players.json.

Game Settings

The overall game settings can be adjusted in data/settings.json.

name default description
numberOfChallengesToPlay 15 Number of challenges to be played in a game
randomizeChallenges true Whether to select the next challenge at random (or using fixed order)
language en Which language to use for the game interface. This does not affect the content of the challenges. Defaults to English.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

About

This is a Vue3-based game inspired by Schlag den Raab.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published