Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammelanyogi/chess
2D chess game made with rust and bevy.
https://github.com/sammelanyogi/chess
bevy bevy-engine bitboard bitboard-chess-engine chess chess-engine rust rust-lang
Last synced: 3 months ago
JSON representation
2D chess game made with rust and bevy.
- Host: GitHub
- URL: https://github.com/sammelanyogi/chess
- Owner: sammelanyogi
- Created: 2024-08-10T03:57:27.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-08T15:35:39.000Z (4 months ago)
- Last Synced: 2024-09-27T07:03:06.585Z (4 months ago)
- Topics: bevy, bevy-engine, bitboard, bitboard-chess-engine, chess, chess-engine, rust, rust-lang
- Language: JavaScript
- Homepage: https://sammelanyogi.github.io/chess
- Size: 12.8 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Yet another chess
## A simple chess game made with rust
I have created yet another chess game to try out [bevy](https://bevyengine.org) features and get into ecs architecture for game development. I will write my detailed thoughts later.
Check out the demo at [http://sammelanyogi.github.io/chess](http://sammelanyogi.github.io/chess).
### TODO
- Multiplayer support to play online
*Keep following and give me ideas/suggestions*
### Screenshots
![Gameplay](./screenshots/gameplay.png)