Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrchantey/war-trance
Open-source strategy game
https://github.com/mrchantey/war-trance
Last synced: 4 days ago
JSON representation
Open-source strategy game
- Host: GitHub
- URL: https://github.com/mrchantey/war-trance
- Owner: mrchantey
- License: mit
- Created: 2023-10-19T08:03:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-08T11:07:42.000Z (8 months ago)
- Last Synced: 2024-11-01T00:43:03.439Z (about 2 months ago)
- Language: Rust
- Size: 234 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WarTrance
WarTrance is an open source RTS game built with Bevy.
## Assets
This game uses free assets which must be downloaded seperately:
- [Itch.io - KayKit](https://kaylousberg.itch.io/)
- [Adveturers](https://kaylousberg.itch.io/kaykit-adventurers) -> `assets/models/`
- [Medieval Hexagong](https://kaylousberg.itch.io/kaykit-medieval-hexagon) -> `assets/models/````sh
unzip ~/Downloads/KayKit_Adventurers_1.0_FREE.zip -d ~/me/war-trance/assets/models
unzip ~/Downloads/KayKit_Medieval_Hexagon_Pack_1.0_FREE.zip -d ~/me/war-trance/assets/models
```## Roadmap