Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodneylab/dungeoncrawl
Rust dungeon crawler game using Bevy ECS
https://github.com/rodneylab/dungeoncrawl
bevy-ecs gamedev rust rust-gamedev
Last synced: about 1 month ago
JSON representation
Rust dungeon crawler game using Bevy ECS
- Host: GitHub
- URL: https://github.com/rodneylab/dungeoncrawl
- Owner: rodneylab
- License: bsd-3-clause
- Created: 2024-05-14T14:53:16.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T07:27:50.000Z (about 2 months ago)
- Last Synced: 2024-11-08T08:18:07.324Z (about 2 months ago)
- Topics: bevy-ecs, gamedev, rust, rust-gamedev
- Language: Rust
- Homepage:
- Size: 449 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Template repo for syncing Rust CI GitHub workflows and other config.
Repo is intended for use with Rust projects, so most CI GitHub workflows run on
this template will fail; they need a project with Rust code, tests so on, configured to pass.Based on
[process described by Jon Gjengset in this Setting up CI stream](https://www.youtube.com/watch?v=xUH-4y92jPg)## Usage
From a Rust project run:
```shell
git remote add ci https://github.com/rodneylab/rust-ci-conf
git fetch ci
git merge --allow-unrelated ci/main
```This will clone the history of this repo and merge it with yours. You can also
merge updates to these templates (by running the `git fetch ci` & `git merge`
steps above again).