TR
parolla - Kelime oyunu
Günlük soruları çöz ve rekabete katıl. Quiz oluştur, oyuncuların oluşturduğu quizleri çöz
EN
parolla - Word game
Solve daily questions and join the competition. Create your own quiz and solve quizzes created by players
Created by
git clone https://github.com/selimdoyranli/parolla.gitcd parolla
# install dependencies
yarn install
# run at localhost:3000
yarn devCheck Nuxt2 commands for various deployment targets
parolla using static target mode and ssr: false
# generate static project
yarn generate
# serve production mode
yarn start# run eslint
yarn lint:eslint
# run eslint fix
yarn lint:eslint:fix
# run stylelint
yarn lint:stylelint
# run stylelint fix
yarn lint:stylelint:fix
# run prettier
yarn prettierUsing Conventional Commits, commitizen, commitizen cli
# add files
git add .
# generate commit message
yarn commit # or yarn cz
# push
git pushUsing changelogen for release & changelog management, arguments are the same as changelogen
# run changelogen
yarn changelogYou can sponsor us for the continuity of our projects:
Copyright (c) Selim Doyranlı selimdoyranli@gmail.com
Çoklu oyunculu çizim+tahmin oyunu. Routes:
/ciz(/draw) — lobby; aktif odalar + oda kodu ile katılım + yeni oda kurma/ciz/oda/:code(/draw/room/:code) — oyun ekranı; canvas, sohbet/tahmin penceresi, skor tablosu
Backend tarafında parolla-ws'nin ?channel=draw kanalına bağlanır; kelimeler parolla-strapi'deki DrawWord koleksiyonundan çekilir.