Pax and CookieClicker haven’t been active much this summer. Just come up with ideas and maybe we’ll work on it together.
I have a half-baked Minecraft Clone (that you suggested names for), try to see if you can understand the code, and then I'll start implementing stuff with you for that. (and integrate it to the team)
Alright, I think I see how it works. Do you want this game to be like actual 2D Minecraft gameplay? I'm not a great coder. I'm probably best at broadcasts, but I'm not sure how that would help this game. I think I could learn how to create small chunk generation.
But I'm telling you I don't have a lot of free time. I'm not for sure how much work I can put in.
Speaking of online and grids
Making r/place should be preatty possible with all the stuff ive made!
I made a thing that tracks time independently of if yiu are viewing a project. And i could use mqtt to do the place part
Reason i havent been active is haven't had the chance to, the summer is usally where my family goes on trips
And when i am coding i work on a secret projec
What about the server side stuff?
If I made a r/place thing, the DB (MariaDB ofc)
Would be like this:
| tilex | tiley | tilecolor |
| 0 | 0 | ff0000 |
Even if you make it possible (lists?), where do you store the data for others to view? I believe Snap only supports Local storage.
there is no "server-side stuff" when programming in Snap! using the MQTT library (which is what I'm assuming you're using).
Oh yea i somehow forgot
I should be able to figure something out
Wait what is even its use?
it's usually used in household items (e.g. alexa and your "smart" lightbulb) to communicate with each other (even in poor network conditions).
does that mean i could use snap to turn on my light
maybe
you would need to figure out how the lightbulb communicates
Communication: you can use it in Snap! projects to make multiplayer games, or you can write a script for some robot and command it via Snap!. It's an IOT thing which is super cool!!
Can I join? And make Music?
yes we need music people as we have none
We could create Geometry Dash with purple_hippo's custom music.
ok cool
sure, would be good practice for coding things, i already have a basic platformer
the base is actually basically done!!
i made a easy to use editor with grid spaces
Is there anything you would need me to do. I’m gonna read some block coding books which will hopefully help me in coding.
press "g" to open the editor
"w, a, s, d" to move in the editor
"q" and "e" to switch objects
"x" to erase all objects
"w, up arrow, space", or "z" to jump
objects are saved, press the green flag to play your level