AndrewMotevich / croco-draw-game

Croco-draw is an simple real-time multiplayer game. This game is for two people. The goal of the first player is make a riddle-word and try to draw this word. Second player must guess the word.

Home Page:https://croco-draw-game.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Croco

Croco-draw is an simple real-time multiplayer game. This game is for two people.

The goal of the first player is make a riddle-word and try to draw this word.

Second player must guess the word.

Deployment: Link

UML class schema: Link

Run localy:

npm install
npx nx run-many --target=serve --all=true

App Features:

  • Real time drawing with floodFill and other basic tools
  • Rooms for manage games
  • Websocket server with websocket generators
  • Cool design with prime-ng library
  • Integrated NX mono-repository with CI/CD (CI with Github and CD to Vercel)

Stack

  • Angular
  • RxJs
  • Prime-Ng
  • Websocket (client / server)
  • NX workspace and CI/CD
  • ngneat/until-destroy

About

Croco-draw is an simple real-time multiplayer game. This game is for two people. The goal of the first player is make a riddle-word and try to draw this word. Second player must guess the word.

https://croco-draw-game.vercel.app


Languages

Language:TypeScript 76.7%Language:HTML 17.0%Language:SCSS 6.1%Language:JavaScript 0.1%