An open API service indexing awesome lists of open source software.

https://github.com/howz1t/sandbox

An early alpha roguelike with an emphasis on sandbox elements.
https://github.com/howz1t/sandbox

Last synced: 9 months ago
JSON representation

An early alpha roguelike with an emphasis on sandbox elements.

Awesome Lists containing this project

README

          

# sandbox
An early alpha roguelike with an emphasis on sandbox elements.

# TODO
- Add settings file and logic to control said file.
- Hook settings logic to settings view
- Create play view and start working on map generation.
- Map Generators:
- Port from my old python project:
- simple room generator
- cave generation based on cellular automata
- Better room generator based on Wave Function Collapse ?
- Overworld ? - BIG Maybe!