Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guimcaballero/bevy_chess
Chess demo in Bevy
https://github.com/guimcaballero/bevy_chess
bevy chess game tutorial
Last synced: 2 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T18:04:44.000Z (over 1 year ago)
- Last Synced: 2024-09-27T07:04:12.189Z (3 months ago)
- Topics: bevy, chess, game, tutorial
- Language: Rust
- Homepage: https://caballerocoll.com/blog/bevy-chess-tutorial/
- Size: 1020 KB
- Stars: 75
- 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:
![Chess](./chess.gif)
## License
Bevy Chess is published under a [MIT License](/LICENSE.md).