Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yopox/game-off-2023


https://github.com/yopox/game-off-2023

Last synced: 2 days ago
JSON representation

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
```