Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackson-nestelroad/battler
Pokémon battle engine for Rust.
https://github.com/jackson-nestelroad/battler
battle pokemon
Last synced: about 1 month ago
JSON representation
Pokémon battle engine for Rust.
- Host: GitHub
- URL: https://github.com/jackson-nestelroad/battler
- Owner: jackson-nestelroad
- Created: 2023-10-14T20:16:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-25T01:24:31.000Z (about 1 month ago)
- Last Synced: 2024-11-25T02:23:21.471Z (about 1 month ago)
- Topics: battle, pokemon
- Language: Rust
- Homepage:
- Size: 2.67 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# battler
**battler** is battle engine and simulator based on the Pokémon games, written in Rust.
This repository features multiple crates:
1. [`battler`](./battler/) - The core battle engine.
1. [`battler-test-utils`](./battler-test-utils/) - Test utilities for `battler`.