Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naamloos/sandboxgame
https://github.com/naamloos/sandboxgame
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/naamloos/sandboxgame
- Owner: Naamloos
- License: agpl-3.0
- Created: 2023-11-30T13:52:57.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-06T22:47:32.000Z (7 months ago)
- Last Synced: 2024-06-06T23:36:15.956Z (7 months ago)
- Language: C#
- Size: 36.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SandboxGame
Simple-ish sandbox game I am developing. Currently in very early experimental pre-alpha whatever
oh no makriplier do'tn drown!!1
## Milestones
- [ ] Properly finish up World Gen, and make the world feel alive
- [ ] Prettier visuals / Pixel art
- [ ] NPCs that actually interact with the world and can move around (aka AI)
- [ ] Inventory system, crafting, building
- [ ] Proper progression system
- [ ] Combat against NPCs
- [ ] Multiplayer (with all aforementioned features included)
- [ ] Proper modding support
- [ ] Lore!!!!! :D
Feel free to open an issue if you have cool ideas for this, I would love to hear them!## Contributing
Contributions are welcome, but do be wary that this repository is licensed under the [AGPL](https://github.com/Naamloos/SandboxGame/blob/master/LICENSE) license.Contribution guidelines are not available yet, but they will be at some point. Though if you have any cool ideas and can't wait for me to implement them, or want to fix a bug or issue, go ahead and open a PR!
## Some basics about the game's code
Most of this game is built with dependency injection in mind. In the future, this may be helpful for when modding support gets added. Mods will be able to interact with other parts of the game without clashing too much with the base game. I am not sure yet how mods will be able to change _the base game itself_ but I'll find a way, lolAs of right now, the codebase is quite extendable and I intend to keep it so. Here's some examples that are either already implemented or are planned to be:
- Scenes and Entities can gather all they need without having to modify the game's base code.
- The game contains abstractions for FileSystem handlers and Serializers.
- The game's many helpers and managers are only loosely dependent of each other through dependency injection.
- I intend to add interactable objects in the world as "entities", which are managed by the world they are spawned in.
- Key binds are configurable via a config file, and at some point the ability to add modded keybinds is to be added.
- Assets are loaded from assembly, meaning mods can easily embed their own resources if needed.## Attributions
Uses font m6x11 by Daniel Linssen [ [Link](https://managore.itch.io/m6x11) ]Uses sprite sheet by Stealthix [ [Link](https://stealthix.itch.io/rpg-nature-tileset) ]
Uses ambient music by prismlightdesigns [ [Link](https://prismlightdesigns.itch.io/syntheticambiencevol1) ]