Crystal Seeker 3D platformer v1.8.3 on Scratch
this is a game made on scratch but after a lot of research I noticed that we are able to make custom 3d engines and draw lines in a 3d space so it begs the question is it possible to make something like this in makecode and can someone please provide a demo if possible.
1 Like
in theory it is. I don’t know if anyone has the skill, maybe ask @RedSprite about it?
1 Like
and hi this is my first topic and I’m copper code
1 Like
Its been done before… well sorta. You might want to check out this topic by Brohann!
A while ago ChatGPT and I made a basic wireframe 3D engine. By adding @AqeeAqee 's triangle filler now you can fill in sides (without sorting )
So, here I’m just going to play around and make some 3D games and models.
The first thing I’m going to show you is a 3D tennis court! I am going to make this into a game if I can.
if you flip it upside down, it will look weird. this is because I haven’t done any depth sorting code so all of the lines and triangles draw in the same order
It is probably possible, these are some of the closest attempts I know of:
I made a 3d platformer demo, and it even has slopes!
This is posibly makecode’s first 3d platformer!
3d tilemaps collision in almost finished!(just need to work out a few bugs)
@TheConeGuy
thank you to @Kiwiphoenix364 for giving me the idea to use actual 2d tile maps for collision
sorry if the rotation or movement is really fast, it was programmed for my 20fps chromebook, not my 60fps mac
I’ve been working on this for a while, but have finally rendered some blocks. There are no Controls yet, and the placing system is not going to use this one; it’s going to be in arrays, but here it is:
LameCraft3D Tech Test
Well, there is the raycasting extension, but there isn’t much you can do.
I know that it is possible to make custom 3d engines so Maby we can try to make one for this project using lines and I’ve seen 3d without the extension I’ll try to send the link thank you