BloccSpacc/README.md

28 lines
845 B
Markdown
Raw Normal View History

# BloccSpacc
BloccSpacc is a portable isometric voxel sandbox game, mainly focused on building.
### Development status / roadmap:
2022-08-02 15:37:53 +02:00
- [x] Breaking/placing blocks (broken because view is broken)
- [ ] View mode / Edit mode
- [ ] Moving cursor in all 3 axis
- [ ] Rotating view
- [ ] "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
- [ ] 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