A grid where people can draw, inspired by r/place
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I worked on the readme, and took final screenshots for the banner image. I also made clear instructions on how to run the app, and added installation requirements too.
I have added a leaderboard system, this shows the users with the most pixels placed, and their position, in the backend this is cached for 5 minutes to reduce the load on the database
I have added usernames, this includes validation, syncing, etc. I also check for uniqueness to prevent duplicate usernames
I've been working on documenting the code, making it clear what each function does and stuff, I'm only about halfway through that
Clicking on a square that is already the colour you're setting it to won't do anything now, saving bandwidth
I've worked on it some more, it is now functional, technically, I still need to do quite a bit of work on it.