LUAU programmer
The purpose of this take home assignment is to assess your programming capabilities with a 1-2 hour task.
The work has to be done with Rojo & in a public repository with the commit history viewable. The game needs to be buildable. Allowed to use any libraries you wish as long as it’s specified in the repository. Try your best to keep commits incremental, instead of one large one. No AI Usage for this takehome.
Create a baggage conveyor belt
Please also include an explanation of your approach to this task & why you chose to do it in this particular way and not in another if possible.
Please reach out of there are any questions.
The task will be judged by your approach to creating this in terms of optimization & understanding of the task at hand.
The ideal network performance is less than 4KB/s average, when all the bags are spawned in.
You’re not required to provide an implementation: You’ve been tasked with creating a skill-based matchmaking system that can account for any number of players (1v1, 2v2, 3v3)
Your design can use any service, even those outside of Roblox, that you think would be appropriate. Please give a high level overview of how you’d implement the matchmaking system.