Omay
@Omay

Mentions

Marios
@Marios0
Today is the 2nd day of what I call Winter Hardware Wonderland Extended Edition :winter-hardware-wonderland: :ultrafastparrot:. ~~ Project Description Want to plant flowers but you don't know where to plant them? Utilise the Plant Location Chooser that helps you decided the place based on the environment ( i.e. Humidity, Temperature) The 📜 Changelog of wisdom 1️⃣ App now listens to bluetooth values without crashing! 2️⃣ Rounding om the Arduino code ~~ :future_potato: What are you going to do tomorrow? ~~ The soil moisture sensor broke on me. Need to diagnose and fix it. ~~ Wait it was all :minecraft: ~~~ Yes that's right! Today I played on the official HackClub #minecraft server with @Odysseus, @Omay, @ZeroQL and more awesome hackclubers!
https://cloud-eellhdzee-hack-club-bot.vercel.app/0screenshot_2023-02-26-00-49-43-522_com.miui.gallery.jpg
wom emoji
minecraft emoji
Lucas
@Lucas0
Debugging and fixing bugs in Sprig with @Omay
https://cloud-4w5fe1rd5-hack-club-bot.vercel.app/0image.png
upvote emoji
sprig-dino emoji
dino-debugging emoji
ced
@ced0
trying to make @Omay's 2D life game run on the device. The problem is, it's using x2 as much memory as the pico even has. Yeah. right now, it uses getAll to find all of the tiles on the map that are "living" or "dead." however, Omay's map is 1028 tiles large. So there's 2056 tiles between the arrays and their clones. I'm going to rewrite it so that instead of using getAll, it loops over the map using for loops. I think this will use less memory because there won't be any arrays in JavaScript holding all of the tiles.
https://cloud-ab5wteau1-hack-club-bot.vercel.app/0image.png
ced
@ced0
lol so the past few days have been a foggy haze of trying to get @Omay's hit sprig single, Sokoban+, running on the device and like it was kind of basically working the entire time (good) except kind of it would crash at the start (bad) but i can make it not do that by not doing a different other thing (the bootup screen) but WHYH!?!? why bootup screen make game crash later? and how to have both? HOW TO HAVE BOTH? HOWWWWWW