Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dormarr/unity-playground
A 2D pixel sandbox world simulation.
https://github.com/dormarr/unity-playground
game-development pixel-art sandbox-game simulation unity
Last synced: 22 days ago
JSON representation
A 2D pixel sandbox world simulation.
- Host: GitHub
- URL: https://github.com/dormarr/unity-playground
- Owner: Dormarr
- License: mit
- Created: 2024-08-23T15:58:36.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T16:30:31.000Z (22 days ago)
- Last Synced: 2024-10-14T21:22:50.743Z (22 days ago)
- Topics: game-development, pixel-art, sandbox-game, simulation, unity
- Language: C#
- Homepage: https://dormarr.itch.io/dormarrs-sandbox
- Size: 3.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Dormarr's Sandbox
Starting as a fun project to mess around with stuff in Unity, this developed into a lowkey obsession. The goal... to create a functioning digital ecosystem, mimicking nature to a degree of detail that borders on the senseless.I haven't fully decided where this is going though, whether it will lean more into being a pixelated world sim, or a functioning survival sandbox game. The journey to working out where it will land is the fun part though I suppose! I am actively updating it, playing with new concepts and teaching myself programming through a project that I'll also be making the art for.
![ProjectBanner](https://github.com/user-attachments/assets/2acc8f58-c3c0-4702-8cd5-96e86f82abbd)
I'm just one man though, so progress is relatively slow. You can follow along with my devlog on itch.io at: https://dormarr.itch.io/dormarrs-sandbox
Currently working on:
- Dynamic biome generation/management.
- Texturing systems using Json files.To do list:
- Player interaction in the world.
- Day/Night cycle. Expand into seasons.
- EcoDeco: Adding trees, grass entities, stones, flowers, etc.
- Pathfinding experiments.
- Animal AI.
- Saving/Loading data.