multiplayer drawing game
A multiplayer drawing game that supports up to 12 players. Players are given a prompt to draw and other players have to guess the original prompt from the drawing. Correct guesses and good drawings win points!
Uses HTML, CSS and JavaScript (Angular) on the frontend. I learned a lot about using the Canvas API. Saving images drawn on the canvas to, and retreiving from, the backend. .Net Core backend and signalr to maintain websockets. Dockerized frontend and backend to host from AWS EC2 instances. Git and GitHub for version control.