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.
- Host: GitHub
- URL: https://github.com/howz1t/sandbox
- Owner: HOWZ1T
- License: apache-2.0
- Created: 2020-10-22T23:15:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T12:39:30.000Z (over 5 years ago)
- Last Synced: 2025-06-05T18:06:13.748Z (about 1 year ago)
- Language: Kotlin
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!