Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yopox/game-off-2023
https://github.com/yopox/game-off-2023
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yopox/game-off-2023
- Owner: yopox
- License: apache-2.0
- Created: 2023-11-01T20:43:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-02T11:30:18.000Z (12 months ago)
- Last Synced: 2023-12-03T01:34:31.646Z (12 months ago)
- Language: Rust
- Size: 32.1 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Bevy game template
## Try it online
https://yopox.github.io/game-off-2023/
## How to run
- Desktop build:
```sh
cargo build
```- Web build:
```sh
trunk build --release
sed "s@'/@'./@g; s@\"/@\"./@g" ./dist/index.html > ./dist/temp.html
mv ./dist/temp.html ./dist/index.html
```