Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/its-danny/kindara
A fantasy MUD shaped by the cultures, mysteries, and magic of the ancient world.
https://github.com/its-danny/kindara
bevy bevy-nest mud
Last synced: 2 months ago
JSON representation
A fantasy MUD shaped by the cultures, mysteries, and magic of the ancient world.
- Host: GitHub
- URL: https://github.com/its-danny/kindara
- Owner: its-danny
- License: apache-2.0
- Created: 2023-05-20T22:29:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-04T19:15:22.000Z (11 months ago)
- Last Synced: 2024-05-01T16:41:27.668Z (8 months ago)
- Topics: bevy, bevy-nest, mud
- Language: Rust
- Homepage:
- Size: 669 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
A fantasy MUD shaped by the cultures, mysteries, and magic of the ancient world.
![Not Maintained](https://img.shields.io/maintenance/no/2024)
## Dev
**Requirements:**
- [docker-compose](https://docs.docker.com/compose/)
- [rust](https://rustup.rs/)
- [just](https://github.com/casey/just)
- [sqlx-cli](https://lib.rs/crates/sqlx-cli)
- A MUD client, e.g. [blightmud](https://github.com/blightmud/blightmud)```bash
cp .env.example .env
docker-compose up # Start PostgreSQL
sqlx create database # Create dev database
cargo run -p server # Starts the server at 127.0.0.1:3000
```**Resources:**
- https://docs.rs/bevy/latest/bevy/
- https://bevy-cheatbook.github.io/
- https://docs.rs/sqlx/latest/sqlx/## License
The code is licensed under either of [Apache License, Version 2.0](https://github.com/its-danny/kindara/blob/main/LICENSE-APACHE)
or [MIT](https://github.com/its-danny/kindara/blob/main/LICENSE-MIT) license at your option. The content and assets
are licensed under [CC BY-NC-SA 4.0](https://github.com/its-danny/kindara/blob/main/LICENSE-CC-BY-NC-SA).## Contributing
Contributions, specifically typo corrections and bug fixes, are welcome. Please note that this is a hobby project,
so new features or content are not sought after. All contributions will fall under the existing project licenses.