File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11![ slavic castles logo] ( https://i.imgur.com/h6HYvQc.png " Slavic Castles Logo ")
22
3+ [ ![ build] ( https://github.com/Leinnan/slavic_castles/actions/workflows/rust.yml/badge.svg )] ( https://github.com/Leinnan/slavic_castles/actions/workflows/rust.yml )
4+
35Card game prototype written in Rust with Bevy 0.16
46
5- itch.io page: [ itch.io] ( https://leinnan.itch.io/slavic-castles )
6- Play live here: [ wasm version] ( https://leinnan.github.io/castles_fight/ )
7+ To open it in browser click one of the icons below:
8+
9+ [ ![ Itch.io] ( https://img.shields.io/badge/Itch-%23FF0B34.svg?style=for-the-badge&logo=Itch.io&logoColor=white )] ( https://mevlyshkin.itch.io/slavic-castles )
10+ [ ![ Github Pages] ( https://img.shields.io/badge/github%20pages-121013?style=for-the-badge&logo=github&logoColor=white )] ( http://castles.mevlyshkin.com/ )
11+
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ web_build:
55 wasm-bindgen --out-dir ./ out/ --target web ./ target/ wasm32 -unknown-unknown/ release/ slavic_castles.wasm
66 cp -u wasm/ * out/
77 cp -R -u assets out/
8+ echo " castles.mevlyshkin.com" >> out/ CNAME
89 ls -R out
910
1011# validate the code
You can’t perform that action at this time.
0 commit comments