Go to file
octospacc 374cc9fa9a Optimize redrawing, define keys separately 2022-08-03 13:55:40 +02:00
Assets Block definitions 2022-08-03 12:31:18 +02:00
Licenses First commit (nothing works) 2022-08-01 23:11:07 +02:00
Source Optimize redrawing, define keys separately 2022-08-03 13:55:40 +02:00
.gitignore First commit (nothing works) 2022-08-01 23:11:07 +02:00
LICENSE.md Don't go outside the screen (memory corruptions) 2022-08-02 12:51:59 +02:00
Makefile First commit (nothing works) 2022-08-01 23:11:07 +02:00
README.md Optimize redrawing, define keys separately 2022-08-03 13:55:40 +02:00

README.md

BloccSpacc

BloccSpacc is a portable isometric voxel sandbox game, mainly focused on building.

Development status / roadmap:

  • Breaking/placing blocks
  • View mode / Edit mode
  • Moving cursor in all 3 axis (camera needs a fix to keep the cursor centered when it moves on Y)
  • Rotating view
  • HUD for selected blocks, view options, ...
  • Inventory
  • "Layer view" (showing and moving only on 2 axis at a time, hiding other layers) for complex buildings
  • Saving+Loading maps
  • Zooming in/out on the map
  • Water+Lava physics
  • Random terrain generation
  • Day/Night cycle
  • Lighting
  • Infinite maps (?)
  • Sounds
  • Screenshots
  • Survival mode (?)
  • Electrical circuits (?)
  • Map compression/decompression
  • Script for converting Minecraft worlds into our map format
  • Fully optimized rendering
  • Refined inputs
  • Customize memory allocation
  • Customize controls