Intro
A quick introduction to the subject of the Rush.
What is it ?
E/Place aims to mirror the collaborative and social experiment hosted by the social networking site Reddit in two editions (2017, 2022): r/place
r/place was an experiment involving an online canvas where registered users could edit the canvas by changing the color of a single pixel with a replacement from a 32-color palette. After each pixel was placed, a timer prevented the user from placing any more pixels for some time, varying from 5 to 20 minutes.
source : Wikipedia
Purpose
In this project, you will be asked to implement a client (the frontend only) which will serve as a viewer and a way to interact with the provided server. The architecture and implementation are entirely up to you to imagine and craft according to all the skills you gained during the past week. However, a few given files will be explained in the "Getting Started" section later, constraining your program's point of entry and exported functions.