https://github.com/guimcaballero/bevy_chess
Chess demo in Bevy
https://github.com/guimcaballero/bevy_chess
bevy chess game tutorial
Last synced: 8 months ago
JSON representation
Chess demo in Bevy
- Host: GitHub
- URL: https://github.com/guimcaballero/bevy_chess
- Owner: guimcaballero
- License: mit
- Created: 2020-11-12T14:07:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T18:04:44.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T18:48:23.259Z (over 1 year ago)
- Topics: bevy, chess, game, tutorial
- Language: Rust
- Homepage: https://caballerocoll.com/blog/bevy-chess-tutorial/
- Size: 1020 KB
- Stars: 77
- Watchers: 4
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Chess in Bevy
This is an implementation of the classic Chess game in the [Bevy](https://github.com/bevyengine/bevy) game engine, using the [bevy_mod_picking](https://github.com/aevyrie/bevy_mod_picking/) plugin.
[Here's](https://caballerocoll.com/blog/bevy-chess-tutorial/) a tutorial on the game.
Here's a recording of the game:

## License
Bevy Chess is published under a [MIT License](/LICENSE.md).