Skip to content

Releases: abrigante1/boundless

Sandbox v0.1

01 Jun 00:05
Compare
Choose a tag to compare
Sandbox v0.1 Pre-release
Pre-release

v0.1 of sandbox contains the initial prototype implementation of the following features:

  • Rendering System

    • Sprite Sheets
      • Sprite Culling
  • God Camera Controls

    • Zoom
    • Pan
  • World Generation

    • Basic Perlin-Noise Height Map
  • Tile Interaction

    • Tiles stored in a TileMap
    • Can click on a tile to see it's data, or delete it.