Create a web game inspired by scribble.io. In the game, players compete by guessing and drawing given words. Players take turns in the given role. The guesser sees the drawing of the drawing player on the screen in real time and tries to guess the word it represents as quickly as possible before the time limit expires. Points are also awarded to the drawer based on how many people guess the word. The person with the most points accumulated in a given number of rounds wins.
Team Member | Uco |
---|---|
Martin Pilát | 514067 |
Tomáš Štucka | 514484 |
Dominik Borbuliak | 514127 |
Adam Krídl | 492892 |
rustup toolchain install nightly
rustup default nightly
rustup target add wasm32-unknown-unknown
cargo install trunk
npm install
in client folder
cargo run
in server folder
trunk serve --open
in client folder