Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yopox/ld49
Unbalanced Brawl: autochess made for the LD49.
https://github.com/yopox/ld49
bevy ld49 rust
Last synced: 2 months ago
JSON representation
Unbalanced Brawl: autochess made for the LD49.
- Host: GitHub
- URL: https://github.com/yopox/ld49
- Owner: yopox
- License: cc0-1.0
- Created: 2021-10-01T22:03:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-12T14:00:52.000Z (about 3 years ago)
- Last Synced: 2024-10-13T04:41:44.357Z (2 months ago)
- Topics: bevy, ld49, rust
- Language: Rust
- Homepage: https://ldjam.com/events/ludum-dare/49/unbalanced-brawl
- Size: 46.9 MB
- Stars: 37
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![LD49](https://img.shields.io/badge/Ludum%20Dare-49-orange.svg)](https://ldjam.com/events/ludum-dare/49/unbalanced-brawl) [![bevy](https://img.shields.io/badge/bevy-v0.5.0-blue.svg)](https://github.com/bevyengine/bevy)
# Unbalanced Brawl
Unbalanced Brawl is an autochess made for LD49. See the [entry page](https://ldjam.com/events/ludum-dare/49/unbalanced-brawl) for gameplay details.
Play on [itch.io](https://yopox.itch.io/unbalanced-brawl).
# Setup
- Put `ChevyRay - Bird Seed.ttf`, `ChevyRay - Skullboy.ttf` & `ChevyRay - Love Bug.ttf` in `assets/` (find the fonts [here](https://chevyray.itch.io/pixel-fonts))
- Run desktop version with `cargo make run`
- Build web version with `cargo make --profile release build-web`# Implemented
Check the [list of cards](https://github.com/yopox/LD49/blob/main/cards.md).
## Abilities
The following abilities are implemented:
### Mushrooms
- [x] Slimy TURN
- [x] Sweet scent PLAYED
- [x] Toxic spores DEATH
- [x] Sporocarp SOLD
- [x] Roots TURN
- [x] Gigantism KILL### Merchants
- [ ] Sadism SURVIVED
- [x] Exploding armour DEATH
- [x] Pillage KILL
- [x] Gold mine TURN
- [x] Altruism SOLD
- [x] Dexterity SURVIVED### Spiders
- [x] Cooperation PLAYED
- [x] Trap HIT
- [ ] Multiplication DEATH
- [x] Poisonous HIT
- [x] Spawn TURN
- [x] Cannibalism TURN### Robots
- [x] Replication PLAYED
- [x] Scanner PLAYED
- [x] Upgrade TURN
- [ ] Glitch HIT
- [x] Upload TURN
- [x] Download TURN