Cliff and I are make a project, and it is supposed to be similar to how Minecraft works, where it is tile based, but nether of us know how to make a tile based system.
can we get help
Project link: PlayCanvas | HTML5 Game Engine
Cliff and I are make a project, and it is supposed to be similar to how Minecraft works, where it is tile based, but nether of us know how to make a tile based system.
can we get help
Project link: PlayCanvas | HTML5 Game Engine
Minecraft is not tile based. Final fantasy is a tile based game. Minecraft is a voxel game.
yes, but unlike final fantasy(classics), the tile mapping is 3D, Minecraft uses something similar to a tilemap system to represent where the blocks are
is it possible to for you to help us with this
What is the project exactly?
i will send you the link and add you as an admin
project link:PlayCanvas | HTML5 Game Engine
i will send you the link and add you as an admin
project link:PlayCanvas | HTML5 Game Engine
Alright but what is it?
@ALUCARD
survival-based game with mining building and crafting with a side dish of shooting
The mining is very easy, the shooting you already know I have, but what kind of crafting?
like Minecraft
Well good luck with that.
i was hoping you could help
I dont know how to create a crafting system like minecraft, that takes a bunch of logic. The mining and shooting is easy though.
well, can you help with the mining system?
please
Have a trigger that checks if it hits an entity with a tag, then add to a variable. Perhaps remove or shrink the entity after that.
I CAN’T CODE…sadly
Well dont get mad at me for you not knowing somethin. How the hell you finna make a game without knowing how to make a game? I was in the same position you were in, not really understanding how anything worked in javascript. That was 5 years ago, and I would say I am around average now.
There is a lot of good info in coding in playcanvas here. I recommend you write down a list of all the things you want to do in your game, look at this, learn a lot, and then go back to that list.
Or if reading isn’t your thing look at other projects and find examples that can help you do what you want to do and learn from those examples, that’s primarily how I learned, and If you have questions, ask on the discussion form.