Feel free to post any games you want.
ok then
Super fun dude! In the end I kinda spawned so many i crashed my computer ![]()
Hello
lol it is possible
try to get through all the stages. i don’t know if it’s possible.
Currently working on a new game!
Sup. You got any Games? Always like seeing new ones!
kinda sus how the watermark is on there
@Legend i told you not to use the pixel art generator. this is not your work
okay..
there ya go
you said anything, so I did lol
@fartmaster9591 can you just not call people out for things they didn’t do? Why would you just be toxic for no reason? How would you have any idea how I’m spending my time? I can assure that I DID NOT AI generate this. I can swear on whatever you believe in that I did NOT go to an AI generator and type in “Blah-Blah-Blah”. You didn’t see ANYTHING and I literally just don’t understand why your being mean for no reason. Thanks guys.
I don’t have a game but it says to post anything so here’s a slime

i wanna post my game again but i don’t wanna leak it yet, theres tsill some more stuff needed to be added. Don’t expect a demo because no haha
Here’s my game, still in development though
yo @VoxelMaster64 sorry to ping but i have a great idea: give the voxel parkour game third person view. also, what line of code controls the jump height in your game?
it’s in cam.ts inside of player.update(),
Simple explanation bc ive no idea what you know
this.moveSpeed = player’s move speed
dt = time since last frame
this.vy = player velocity Y
this.va = player acceleration Y (should be named ay)
dy = player’s velocity for the frame
133 - define movement speed
142 - if on ground and space pressed, then jump
145 - add gravity
146 - apply velocity to dy
149 - multiply movement vector by move speed
Also what’s 3rd person, I dont have them memorized. If it’s the one where you see your character, I don’t have any way to render entities yet.


