Tabooo is cybernetically enhanced taboo game in browser. Featuring voice chat, several themes and mobile friendly design. As you can guess from this description is built with Svelte, the javascript (non)framework for building web apps.
You can try it online here.
This is my first bigger project using Svelte and it was so much fun doing it. During development I used Heroku to automatically build and deploy my app as I was pushing to this repo. The game is pretty simple, connect with friends or random people and try to describe the word without using specified forbidden words, which would make it too easy. Cards are available in two languages - English and Polish, you can choose whichever you want during lobby creation. Good luck and have fun!
- Svelte
- Typescript
- Node.js with Express
- Socket.io
- WebRTC
- TailwindCSS
- Clone repo
- Make sure Node and NPM are installed
- Run
npm install
- Run
npm run dev
- Open
localhost:3000
Any feedback and contributions are welcome, feel free to open issue, pull request or just contact with me.