Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guimcaballero/bevy_chess

Chess demo in Bevy
https://github.com/guimcaballero/bevy_chess

bevy chess game tutorial

Last synced: 7 days ago
JSON representation

Chess demo in Bevy

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).