Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block game example #14

Open
subsoap opened this issue Feb 15, 2022 · 2 comments
Open

Block game example #14

subsoap opened this issue Feb 15, 2022 · 2 comments
Labels
asset Content request

Comments

@subsoap
Copy link
Contributor

subsoap commented Feb 15, 2022

Block game (like Infiniminer / Minecraft) example project.

  • Multiple block types
  • Add block / remove block
  • Block collision
  • AI pathing example (dumb raycasts)
  • Basic combat?
  • Chunking?
  • Dynamic geometry optimization?
@subsoap subsoap added the asset Content request label Feb 15, 2022
@aglitchman
Copy link
Member

I added Simplex noise functions that are used in Minecraft-like games for world generation.

A small step forward 😃

@GriffinSego
Copy link

For this, would the blocks have to be instances of block models or would there be a way to render solely blocks on a grid?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
asset Content request
Development

No branches or pull requests

3 participants