Quest is a 2.5D tile based fantasy game. Explore and build the world around you. Find and craft items that you can use for complete quests. Explore the world to find randomly generated dungeons and different biomes. Equip, trait and experience your character to survive in tougher areas and ultimately tackle other players in a head to head multi player game.

Add media Report RSS Quest: Procedurally generated tile-map #2
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account:

Description

Since my first video I have decided to use Unity as a game engine. LibGDXs scene2D constraints were too frustrating and I like that I can include 3D elements into a 2D game within Unity. Here is an update of the progress so far. The tile map is completely generated similarly to my first video but I am using Perlin noise, Voronoi and Delaunay diagram in the new version. This is only a few weeks worth of progress.