https://github.com/ramirezmike/game_off_2022
https://github.com/ramirezmike/game_off_2022
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ramirezmike/game_off_2022
- Owner: ramirezmike
- License: apache-2.0
- Created: 2022-11-06T03:00:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T21:47:27.000Z (over 3 years ago)
- Last Synced: 2025-10-11T23:19:36.727Z (9 months ago)
- Language: Rust
- Size: 44.6 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Adore's Antiques
An entry for the [Github Game Off 2022 jam][jam] following the theme of "cliche."
You can play the game [here][itch].
Other submissions for the jam can be seen [here][submissions] (please check them out!)
Adore's Antiques is singleplayer action game where you attempt to assist the owners of a small antique shop get ahead of their local competition.
Check out my other games [here][othergames]. Also, I'm always hanging out in the [bevy discord][bevy-discord], definitely feel free to @ramirezmike me and ask questions or criticize me :)
# Running the Game
To run the game locally
```
cargo r --features bevy/dynamic
```
You can also compile it for wasm with a little effort and host it locally
```
cargo build --release --target wasm32-unknown-unknown
wasm-bindgen --no-typescript --out-name bull_cliche --out-dir wasm --target web target/wasm32-unknown-unknown/release/bull_cliche.wasm
cd wasm
http-server .
```
[jam]: https://itch.io/jam/game-off-2022
[bevy]: https://bevyengine.org
[itch]: https://ramirezmike2.itch.io/adores-antiques
[submissions]: https://itch.io/jam/game-off-2022/entries
[othergames]: https://ramirezmike2.itch.io/
[bevy-discord]: https://discord.gg/bevy