World Generation First Steps
Tile Engine » Devlog
Update 2 (03.02.24)
Updates:
Simple World Generation
I created a world-generation script to create a landscape and caves to be procedurally generated with a seed, I used knowledge of making a voxel engine world generation and applied the same logic to this new system. With the use of noise, I was able to create caves and hills to be generated across the world. This also will allow me to spawn structures and other world-generation features you would expect from a 2D adventure game.
For optimisation, tiles will only load into the game once they are near the camera. However, the world data is stored in the background to be loaded at any time.
Physics Optimisations
Physics now only updates around the camera, speeding up the game and skipping tiles which are not in view.
Get Tile Engine
Download NowName your own price
Tile Engine
Status | Prototype |
Author | Leon Twemlow |
Genre | Adventure |
Tags | 2D, Physics, Sandbox, Singleplayer |
More posts
- Alpha 1.1.093 days ago
- Alpha ReleaseApr 03, 2024
- Crafting, Shadows, New Textures, AI and moreMar 19, 2024
- Player, Item Drops, New Saving System and More...Feb 16, 2024
- Update 5 - Doubling PerformanceFeb 08, 2024
- Massive RewriteFeb 06, 2024
- Update 3Feb 04, 2024
- First AdditionsFeb 02, 2024
Leave a comment
Log in with itch.io to leave a comment.