

why are popular custom games these days like this :(
is it just me or does one of the most popular games, "THE VERITY MOD", have a "bot" that consists of a few if/else statements with .toLowerCase() on the chat message? (ignoring the tick stuff)
in other words, is verity secretly
function onPlayerChat(playerId, msg) {
if (msg.toLowerCase() === "string1") {
api.broadcastMessage("message1". color:"#ffcc00")
} else if (msg.toLowerCase() === "string2") {
api.broadcastMessage("message2". color:"#ffcc00")
} else if (msg.toLowerCase() === "string3") {
api.broadcastMessage("message3". color:"#ffcc00")
} else if (msg.toLowerCase() === "string4") {
api.broadcastMessage("message4". color:"#ffcc00")
} else if (msg.toLowerCase() === "string5") {
api.broadcastMessage("message5". color:"#ffcc00")
} else if (...) {...}......
}
function tick() {...}
also, anyone have an idea on why people play games which are low-effort or ai-generated (yes, the thumbnails are included) over actually good games with well-made code that wasn't made by ai?
Upcoming Project
A preview of a project I will be finishing for the next week or so when its done I will show what it looks on the outside.
Before anyone asks, yes, both airlocks (the doors on the sides of the ship) are functional, and no, i will not post any of the code inside or share the lobby name.
homing missile
it works, but it makes the server kind of unhappy (even with optimizations)
what does this mean
arthur is hosting a stream???
meh im gonna build instead because theres nothing interesting going on there and besides, i have been muted multiple times by him, and without reason, so why exactly should i watch it over doing something to bring back my memories from when coding, super rank, hang gliders, coding, brainrot, and other such things were unheard of / nonexistent when i joined for the first time
thats a lot of grunting
i think chatgpt overdid it a little (idk maybe it was me)
the last one is a bonus where chatgpt brought grug in for some reason (its not as elaborate as the most ooga booga thing it could say, but eh)
Mesh art?
a functional spacecraft i made using meshes (and i have no idea what to do with it ._.)
it fits perfectly inside of a 10*3*2 box if anyone was wondering
tic tac toe board
I was messing around with gcf(x, y) ≥ 1 (Euclid's Orchard) and I think I found the perfect one-line tic tac toe board
link: https://www.desmos.com/calculator/rvk4fv2u42
idk why i switched x and y around either