u/Epickaxe_

▲ 6 r/bloxd

Just my opinion (pls no hate for this)

I feel like if you use AI to generate a Bloxd app like "Bloxd animator" or "Bloxd skill tester" or just anything, you should either only use it for yourself or if you publish it as your website, you should state which AI you used and that you used AI

A lot of people use AI app generators (like vercel, base44 or lovable) to make Bloxd apps
and I think if you advertise these websites, you should state that it is made by AI

of course you can just see .xxx.app at the end if it is an AI website but most little kids don't know to look for that

I just posted this because I found somebody (and I don't want to say his/her name) made some apps using vercel ai app generator and he advertised it without saying it's made with AI anywhere, at least it has a little influence of AI, at most it's completely AI generated and he/she did nothing

and the reason I'm upset is like it gets much more attention than I think it deserves (again this is only my opinion)

The only time he/she marked #ai was in one of the unrelated minecraft videos

None of the other posts, bio, video description, video titles, comments or video content says that any of his/her websites are made by AI, some of the video descriptions are also AI generated

(if you join his discord server the rules are generated by AI too (determined after using 6 AI text detectors))

I also see people starting to post AI websites in this subreddit so I just want to point that out but the main reason I'm posting this is I am just upset after seeing this youtuber using AI on almost everything and he doesn't state that he is using AI especially on his websites (with v0 app generator which is from vercel) (also nobody points it out they just support him) and I need somebody to share this with.

reddit.com
u/Epickaxe_ — 23 hours ago
▲ 15 r/bloxd

I made chess in bloxd!

The code blocks are just for custom board positions
You can castle even if you are under check, when I tried to fix that it said 'stack overflow' and I don't know what that is

youtube.com
u/Epickaxe_ — 2 days ago
▲ 4 r/bloxd

Bone meal on grass in bloxd

https://www.youtube.com/watch?v=ZqgYjVot_SI

here is the code:

flower = ["Poppy", "Red Tulip", "Orange Tulip", "Dandelion", "Bluebell", "Forget-me-not", "Allium", "Pink Tulip", "White Tulip"]

grass = [["Grass", "Tall Grass"], ["Pine Grass", "Pine Fern"], ["Jungle Tall Grass", "Catnip"]]

api.log(grass[0][1])

range = Math.floor(5/2) //Change the n in Math.floor(n/2)

chance = 0.3 //30%

onPlayerClick = (id, alt)=>{

if (alt){

if (api.getHeldItem(id)?.name == "Bone Meal"){

const a = api.getPlayerTargetInfo(id)

if(a != null){

const pos = a.position

const startb = api.getBlock(pos)

const y = pos[1]

if (startb.includes("Grass Block")){

for (let x = 0-range; x < range+1; x++){

for (let z = 0-range; z < range+1; z++){

const [nx, nz] = [pos[0]+x, pos[2]+z]

b = api.getBlock(nx, y, nz)

if (api.getBlock(nx, y+1, nz) == "Air" && api.getBlock(nx, y, nz) !== "Air"){

if (Math.random() < chance){

if (Math.random() < 0.7){

block = flower[Math.floor(Math.random()*flower.length)]

} else {

grassType = {

"Grass Block": 0,

"Overgrown Grass Block": 0,

"Pine Grass Block": 1,

"Overgrown Pine Grass Block": 1,

"Jungle Grass Block": 2,

"Overgrown Jungle Grass Block": 2

}[b];

roll = Math.round(Math.random())

block = grass[grassType][roll]

}

api.setBlock(nx, y+1, nz, block)

}

api.playParticleEffect({

presetId: "aura",

pos1: [nx, y+1, nz],

pos2: [nx+1, y+2, nz+1],

})

}

}

}

}

}

}

}

}

u/Epickaxe_ — 24 days ago
▲ 3 r/bloxd

Playing a game that doesn't exist

Im still testing this game and it will probably never become public
everything-3 isn't only for testing this game tho

u/Epickaxe_ — 2 months ago
▲ 5 r/bloxd

They'll never find me

even with the exceptionally bright colors they are still never going to find me because if you have ever played island racing before then you'll know how big this map is

u/Epickaxe_ — 2 months ago
▲ 3 r/bloxd

Which one will you choose?

Still working on the obby, planning to make more levels actually, more than 3000
server name: ultra-long-obby

This is from a part where you click a code block and it randomly sends you to one of these and if you die then you get randomly sent to another one (or maybe the same one twice in a row)

This is level 325
I will make about 100 levels this and next month, thats if anybody can even parkour to this level

u/Epickaxe_ — 2 months ago
▲ 6 r/bloxd

Parkour in progress

Advertising my obby
name: ultra-long-obby
I work on it a once in a while
planning to make 3000 levels (for now)

*Real parkour levels

For example this whole purple wall is level 310 to level 316

I made 10% progress on this entire parkour

u/Epickaxe_ — 3 months ago
▲ 5 r/bloxd

What are slop custom games / lobby games?

Disclaimer: this is my opinion
A slop game is good at giving you the first impressions but collapses instantly with just a little more gameplay and scrutiny, it's deceptively hollow.
At first you will see a good thumbnail or icon, polished, bright, maybe some cozy are style.
Then for the first few minutes it feels good, satisfying upgrades and perks, juiciness, effects, leaderboards, level-ups.
And then here comes the void:

  1. too easy, walking on grass gives you every thing you need, talking means talking to a genie, killing a pig might just give you coding access at this point.
  2. you realise it's just another gamemode with 1 or 2 things better and a hundred things worse, mostly survival, just maybe better graphics, text, achievements, but no real gameplay.
  3. meaningless grinding. Every run is identical, you meaninglessly grind waiting for another update and realise it's never going to come. Upgrade gaps get bigger but how much currency you earn is still the same.
    But then you still keep playing. (at least some of you)
    Thats what the game needs.
    Bored players who are still willing to play just to feel more bored.

Now slop games are not to be confused with bad games,
bad games falls instantly, just ugly, bugs everywhere, controls suck, too little feature, straight up knockoffs
slop games survives the first 2 minutes hook, then fails at sustaining meaningful gameplay

The term slop games is from the term "context slop", low effort, high volume, optimized on engagement.

Lets just say giving people anything they want every second isn't too hard to code, it's low effort, Im saying that, it might be a hot take, but I am going to say that those free item games are low-effort like walk=op loot, what do you even get from that, why is that even the top custom game?

(assuming you are a mature teenager at least mature enough to use reddit which I know most of you aren't)
You know a game is slop because you've played better ones. A 8 year old may have only played boring games. To them a bad game is what games are like. They don't know if a game is boring because all they have played are boring games.
All an 8 year old kid knows is brainrot slop, grinding slop, vibrant color and cool maps.

This part is literally my opinion just my thoughts:
You definitely should NOT support slop games even if you think the developer spend a lot of time and effort making it, spending a lot of effort to make a slop game is still making a slop game
For game developers, you should prioritise on quality over popularity. Yes, brainrot and slop games which make the player feel powerful will attract a lot of kids, but it is not fair to other game developers which actually spend time thinking of a good idea. A good idea always comes first, not the features and graphics and thumbnails.

So yeah that's my opinion on slop games.

reddit.com
u/Epickaxe_ — 3 months ago
▲ 2 r/bloxd

You know what this glitch is pretty awesome

aura grinding (the custom game)+ skywars (the official gamemode)

*I thought others could see it too for a second😭*

u/Epickaxe_ — 3 months ago