A Taboo-based game for your browser
The game is ready to play on taboo.kovah.de.
This game requires no PHP or other server-side langauge. It needs nothing more than a simple web server that delivers HTML files and a modern browser.
Go to the releases page and download the latest "taboo-build.zip" package. Extract the files into your webserver directory and start your browser. Done.
Building the game from source requires Node installed on your machine.
Install all dependencies using yarn or NPM.
yarn install
OR
npm install
Compiles and hot-reloads for development
yarn run serve
OR
npm run serve
Compiles and minifies for production
yarn run build
OR
npm run build
Please open a new issue and explain what's wrong or what needs to be improved.
Please add an issue first where you explain what you want to change so we can discuss these changes. Please do not rush forward and change the whole game without any feedback on your ideas to prevent your pull request to be closed.
All words (or cards) are managed by the taboo-data package. Please visit the git repo of the package for more information about contributing.
KVH Tabu is a project by Kevin Woblick and Contributors